summaryrefslogtreecommitdiff
path: root/games-arcade/opentyrian/files/2.1.20130907-cflag-idiocy.diff
blob: 39ccf1c79f667b3c82312db5b3f751b32d09318b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff -uNr opentyrian-2.1.20130907.ORIG/Makefile opentyrian-2.1.20130907/Makefile
--- opentyrian-2.1.20130907.ORIG/Makefile	2013-12-08 17:38:06.982842189 +0000
+++ opentyrian-2.1.20130907/Makefile	2013-12-08 17:38:26.843842798 +0000
@@ -21,11 +21,6 @@
 
 # FLAGS ####################################################
 
-ifneq ($(MAKECMDGOALS), release)
-    EXTRA_CFLAGS += -g3 -O0 -Werror
-else
-    EXTRA_CFLAGS += -g0 -O2 -DNDEBUG
-endif
 EXTRA_CFLAGS += -MMD -pedantic -Wall -Wextra -Wno-missing-field-initializers
 ifeq ($(WITH_NETWORK), true)
     EXTRA_CFLAGS += -DWITH_NETWORK