git.fiddlerwoaroof.com
Browse code

CJPM-5223: Remove debugging flags from build

Ed Langley authored on 16/06/2017 22:34:09
Showing 1 changed files
... ...
@@ -1,5 +1,5 @@
1
-CXXFLAGS += -fPIC -fno-stack-protector -std=c++11  -g
2
-CFLAGS += -fPIC -fno-stack-protector -g
1
+CXXFLAGS += -fPIC -fno-stack-protector -std=c++11
2
+CFLAGS += -fPIC -fno-stack-protector
3 3
 LDFLAGS_COMMON = -lpam
4 4
 
5 5
 ifeq ($(UNAME_S), Linux)