cc -Wextra

This commit is contained in:
Connor Lane Smith
2011-06-21 05:05:37 +01:00
parent 04162bd7b0
commit d7f9bda740
8 changed files with 22 additions and 19 deletions

View File

@@ -9,7 +9,7 @@ MANPREFIX = $(PREFIX)/share/man
#CC = musl-gcc
LD = $(CC)
CPPFLAGS = -D_POSIX_C_SOURCE=200112L
CFLAGS = -Os -ansi -Wall -pedantic $(CPPFLAGS)
CFLAGS = -Os -ansi -Wall -Wextra -pedantic $(CPPFLAGS)
LDFLAGS = -static #-s
#CC = tcc