|
|
@@ -1,6 +1,6 @@
|
|
|
Index: src/makefile
|
|
|
---- src/makefile.orig 2009-07-04 13:27:03 +0200
|
|
|
-+++ src/makefile 2009-07-07 22:51:38 +0200
|
|
|
+--- src/makefile.orig 2010-06-06 20:37:06.000000000 +0200
|
|
|
++++ src/makefile 2010-06-07 12:04:11.000000000 +0200
|
|
|
@@ -4,12 +4,12 @@
|
|
|
# make
|
|
|
# If you are under windows you should use MinGW with mk_mingw.mak, mk_nmake.mak or mk_msys.mak instead.
|
|
|
@@ -9,14 +9,14 @@ Index: src/makefile
|
|
|
+CFLAGS =
|
|
|
# CFLAGS = -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith
|
|
|
# CFLAGS = -O2 -fomit-frame-pointer -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith
|
|
|
- # CFLAGS = -O2 -fomit-frame-pointer -Wall -Wextra -Wswitch-default -Wswitch-enum -Wcast-qual -Waggregate-return -Wwrite-strings -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -Wmissing-noreturn -Wno-multichar
|
|
|
+ # CFLAGS = -O2 -g -Wall -Wextra -Wswitch-default -Wswitch-enum -Wcast-qual -Waggregate-return -Wwrite-strings -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -Wmissing-noreturn -Wno-multichar
|
|
|
# CFLAGS = -O2 -fomit-frame-pointer -Wall -Wextra -Wswitch-default -Wcast-qual -Waggregate-return -Wwrite-strings -Winline -Wconversion -Wshadow -Wpointer-arith -Wmissing-noreturn -Wno-multichar
|
|
|
-CFLAGS = -O2 -g -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith
|
|
|
+# CFLAGS = -O2 -g -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith
|
|
|
# CFLAGS = -O2 -g -Wall
|
|
|
# CFLAGS = -O2 -g -pg -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith
|
|
|
# CFLAGS = -O2 -fomit-frame-pointer -funroll-loops -Wall
|
|
|
-@@ -187,7 +187,7 @@
|
|
|
+@@ -206,7 +206,7 @@
|
|
|
echo "#define SEED7_LIB \"`pwd`/$(SEED7_LIB)\"" >> version.h
|
|
|
echo "#define COMP_DATA_LIB \"`pwd`/$(COMP_DATA_LIB)\"" >> version.h
|
|
|
echo "#define COMPILER_LIB \"`pwd`/$(COMPILER_LIB)\"" >> version.h
|