summaryrefslogtreecommitdiff
blob: 9243619decdf58e0b457ff98460268f787ff5552 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- trinity-1.6/Makefile
+++ trinity-1.6/Makefile
@@ -10,7 +10,7 @@
 CC := $(CROSS_COMPILE)$(CC)
 LD := $(CROSS_COMPILE)$(LD)
 
-CFLAGS += -Wall -W -g -O2 -I. -Iinclude/ -Wimplicit -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D__linux__
+CFLAGS += -Wall -W -I. -Iinclude/ -Wimplicit -D_GNU_SOURCE -D__linux__
 
 # Only enabled during development, and on gcc 4.9+
 CPP_MAJOR := $(shell $(CPP) -dumpversion 2>&1 | cut -d'.' -f1)