From 72d64f1bf4ee47788fee5b3eb4149c9fb34859d3 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 3 Feb 2008 00:10:21 +0100 Subject: [PATCH 1/1] split warning options from other compiler options --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.11.0