diff options
author | Roy Marples <roy@marples.name> | 2007-07-31 16:59:02 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-07-31 16:59:02 +0000 |
commit | c22ccdf577a7de09e21401667b8b5025fa532148 (patch) | |
tree | b5309467373636d0fe7180b9b23d8c215c776f1c /src | |
parent | a4e7e802ac2b88154a1fde08fb472fbbfcab0dd6 (diff) |
Wups, don't force those CFLAGS
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index ddfbf0dd..d9304da6 100644 --- a/src/Makefile +++ b/src/Makefile @@ -9,7 +9,7 @@ check_gcc=$(shell if $(CC) $(1) -S -o /dev/null -xc /dev/null >/dev/null 2>&1; \ then echo "$(1)"; else echo "$(2)"; fi) # Loads of nice flags to ensure our code is good -override CFLAGS += -pedantic -std=c99 \ +CFLAGS += -pedantic -std=c99 \ -Wall -Wunused -Wimplicit -Wshadow -Wformat=2 \ -Wmissing-declarations -Wno-missing-prototypes -Wwrite-strings \ -Wbad-function-cast -Wnested-externs -Wcomment -Winline \ |