]> pilppa.org Git - uci.git/blobdiff - Makefile
split warning options from other compiler options
[uci.git] / Makefile
index c136915a734565b736d66bacbd41245e3feff79c..bcd5676285989f0834520f5a1ea504e655cc38ca 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,6 @@
 COPTS=-O2
-CFLAGS=$(COPTS) -fPIC -Wall -pedantic -std=gnu99 -Wno-unused -Werror
+WOPTS=-pedantic -Wno-unused -Werror
+CFLAGS=$(COPTS) -fPIC -Wall -std=gnu99
 ifneq ($(DEBUG),)
   COPTS = -O0
   CFLAGS += -g3 -DDEBUG_ALL