blob: d3079d97bc851fd74630cb92cc98bc785f2ea10f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- src/Mk-fbx86.mk.DIST Sat Jan 12 15:40:10 2002
+++ src/Mk-fbx86.mk Sat Jan 12 15:40:55 2002
@@ -21,7 +21,7 @@
# Build definitions
SRC = ../../src
-CFLAGS = -c -g3 -O -I. -I$(SRC)
+CFLAGS += -c -g3 -O -I. -I$(SRC)
CFLAGS_LINT = -ansi -pedantic -Wall -Wshadow \
-Wstrict-prototypes -Wmissing-prototypes \
-Wmissing-declarations -Wredundant-decls
|