=== modified file 'Makefile' --- Makefile 2008-07-21 15:34:44 +0000 +++ Makefile 2008-07-22 01:59:47 +0000 @@ -1,11 +1,12 @@ WARN=-O -Wall -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-parameter -Wstrict-aliasing=2 -Wextra -Wfloat-equal -Wundef -Wshadow -Wunsafe-loop-optimizations -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wstrict-prototypes -Wold-style-definition -Wpacked -Wnested-externs -Wunreachable-code -Winline -Wvolatile-register-var DEBUG=-ggdb3 #COVERAGE=--coverage +OPTIMIZE=-Os LANGUAGE=-std=gnu99 # Do not change these two +CFLAGS=$(WARN) $(COVERAGE) $(DEBUG) $(OPTIMIZE) $(LANGUAGE) LDFLAGS=$(COVERAGE) -CFLAGS=$(WARN) $(COVERAGE) $(DEBUG) $(LANGUAGE) PROGS=plugbasedclient plugins.d/mandosclient plugins.d/passprompt