From 3805b1bec063bfe383e6976135b4bf7dedcd5f5d Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 3 Feb 2008 00:43:37 +0100 Subject: [PATCH] add missing flags --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2a072c4..65a38c7 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ VERSION=0.1 COPTS=-O2 WOPTS=-pedantic -Wno-unused -Werror FPIC=-fPIC -CFLAGS=$(COPTS) -Wall -std=gnu99 +CFLAGS=$(COPTS) $(WOPTS) -Wall -std=gnu99 AR=ar LD=ld -- 2.11.0