From: Maxim Mamontov Date: Sat, 13 Sep 2014 22:05:25 +0000 (+0300) Subject: COmpose CXXFLAGS for tests correctly. X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/5f86303727260550e7b77e34ccdbd61484005acf COmpose CXXFLAGS for tests correctly. --- diff --git a/tests/Makefile b/tests/Makefile index ca61b482..72acdd62 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -9,7 +9,7 @@ INCS = -I . \ DEFS = -DLINUX \ -DUSE_ABSTRACT_SETTINGS CFLAGS += -g3 -Wall -W -Wextra $(INCS) $(DEFS) -CXXFLAGS = $(CFLAGS) +CXXFLAGS += $(CFLAGS) LIBS = -lpthread PROG = tests