summaryrefslogtreecommitdiff
path: root/games-simulation/lincity-ng/files/lincity-ng-2.9_beta-flags.patch
blob: 1c960123c216d1dba056891b8666655e2a46b15f (plain)
1
2
3
4
5
6
7
8
9
10
--- a/Jamrules
+++ b/Jamrules
@@ -23,5 +23,4 @@
     case optimize :
-        CFLAGS += -O3 -g -Wall ;
-        CXXFLAGS += -O3 -g -Wall ;
-        LIBS += -g ;
+        CFLAGS += -Wall ;
+        CXXFLAGS += -Wall ;
     case debug :