From: Maxim Mamontov <faust.madf@gmail.com>
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?ds=inline;hp=9f1473ca33ad6847f22809ca50aaa00fe4944e6c

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