X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fuci.git;a=blobdiff_plain;f=Makefile;h=bcd5676285989f0834520f5a1ea504e655cc38ca;hp=c136915a734565b736d66bacbd41245e3feff79c;hb=72d64f1bf4ee47788fee5b3eb4149c9fb34859d3;hpb=865b3fb435c6896498bd6174e5ee4ea605a963fd diff --git a/Makefile b/Makefile index c136915..bcd5676 100644 --- 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