Lines 1-11
Link Here
|
1 |
--- Makefile.orig Mon Jun 28 09:31:17 2004 |
|
|
2 |
+++ Makefile Fri Jul 16 08:45:03 2004 |
3 |
@@ -5,7 +5,7 @@ |
4 |
# if there isn't already a default CFLAGS set, |
5 |
# use our recommended settings. |
6 |
#CFLAGS ?= -Wall -g -O2 -Werror $(CPU_OPTS) |
7 |
-CFLAGS=-Wall -g -O2 -Werror |
8 |
+#CFLAGS=-Wall -g -O2 -Werror |
9 |
|
10 |
# OLE decoding is still considered to be 'beta' mode - so it |
11 |
# disabled in the stable release of ripMIME for now |