Lines 1-14
Link Here
|
1 |
--- Makefile.orig 2010-10-11 14:08:16 UTC |
1 |
--- Makefile.orig 2015-12-06 17:22:20 UTC |
2 |
+++ Makefile |
2 |
+++ Makefile |
3 |
@@ -12,30 +12,29 @@ |
3 |
@@ -12,8 +12,8 @@ |
4 |
# (at your option) any later version. |
4 |
# (at your option) any later version. |
5 |
# |
5 |
# |
6 |
|
6 |
|
7 |
-CC = gcc |
7 |
-CC = gcc |
8 |
-CFLAGS = -W -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual \ |
8 |
-CFLAGS = -W -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual \ |
|
|
9 |
+#CC = gcc |
9 |
+CFLAGS+= -W -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual \ |
10 |
+CFLAGS+= -W -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual \ |
10 |
-Wcast-align -Wwrite-strings -Wmissing-prototypes -Winline -Wundef |
11 |
-Wcast-align -Wwrite-strings -Wmissing-prototypes -Winline -Wundef |
11 |
#CFLAGS += -DBIGENDIAN |
12 |
|
|
|
13 |
# Let lseek and mmap support 64-bit wide offsets |
14 |
@@ -23,23 +23,23 @@ CFLAGS += -D_FILE_OFFSET_BITS=64 |
12 |
#CFLAGS += -DALIGNMENT_WORKAROUND |
15 |
#CFLAGS += -DALIGNMENT_WORKAROUND |
13 |
|
16 |
|
14 |
# When debugging, disable -O2 and enable -g. |
17 |
# When debugging, disable -O2 and enable -g. |