blob: bc0bd873c8414b1a1151c0b378c5b9e8bb235dea (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- examples/cpp/Makefile.orig 2013-03-29 06:38:36 UTC
+++ examples/cpp/Makefile
@@ -15,7 +15,7 @@ include $(BLDDIR)/config.mk
default: all
-CXXFLAGS = $(CFLAGS_PERSONAL) $(CADD)
+CXXFLAGS+= $(CFLAGS_PERSONAL) $(CADD)
LDFLAGS += $(LADD)
# If this were a real application, working from an installed copy of
|