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
304 B
11 lines
304 B
Index: Makefile |
|
--- Makefile.orig 2013-06-06 07:41:07.000000000 +0200 |
|
+++ Makefile 2013-06-06 19:53:35.703616329 +0200 |
|
@@ -1,5 +1,5 @@ |
|
-CFLAGS = -g -Wall $(OFLAGS) $(XFLAGS) -Isrc |
|
-OFLAGS = -O3 -DNDEBUG |
|
+CFLAGS = $(OFLAGS) $(XFLAGS) -Isrc |
|
+OFLAGS = -O2 -DNDEBUG |
|
#OFLAGS = -pg |
|
|
|
OBJS = tree.o compile.o
|
|
|