diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2007-05-21 23:46:20 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@xenon.tklauser.home> | 2007-05-21 23:46:20 +0200 |
commit | 18244146721e33ff0307cdddec3024cc4a1f91e4 (patch) | |
tree | d097c1b472a1b74dc391fc767c7adfdebf12a987 /Makefile | |
parent | c91b714c01901d81b3d1c15d72bd6dc3375c3302 (diff) |
Makefile: Reorder CFLAGS
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ BINDIR = $(prefix)/bin MANDIR = $(prefix)/share/man/man1 CC := gcc -CFLAGS := $(CFLAGS) -W -Wall -pipe -D_USE_SOURCE -DVERSION="\"$(VERSION)\"" \ +CFLAGS := $(CFLAGS) -pipe -D_USE_SOURCE -DVERSION="\"$(VERSION)\"" -W -Wall \ -Wstrict-prototypes -Wsign-compare -Wshadow -Wchar-subscripts \ -Wmissing-declarations -Wpointer-arith -Wcast-align -Wmissing-prototypes |