From: Maxim Mamontov Date: Sat, 13 Sep 2014 22:05:25 +0000 (+0300) Subject: COmpose CXXFLAGS for tests correctly. X-Git-Tag: 2.409~281 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/8d9dd942e45cfcf2d0fa647a984f01b58fd5a7f0 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