You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
235 B

--- 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 :