X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuci.git;a=blobdiff_plain;f=Makefile;h=a738f539b9ab7cbeade88e5a5294e4e8a993c66a;hp=01063a87e8954769e02816f8def0f426f86531a3;hb=cc9710af5381d20ffa200978816a0fec999bbb62;hpb=8f5a6c07caaaf5bd692623d1ed8ffbfa20f564d8 diff --git a/Makefile b/Makefile index 01063a8..a738f53 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ COPTS=-g -O2 -CFLAGS=$(COPTS) -fPIC -Wall -pedantic -std=gnu99 -Wno-unused -Werror +CFLAGS=$(COPTS) -fPIC -Wall -pedantic -std=gnu99 -Wno-unused -Werror $(if $(DEBUG),-DDEBUG_ALL) AR=ar CC=gcc