From fa2a0367f26d5aca03fbfc360d987b49c816d9c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Wed, 25 Jan 2012 16:07:23 +0200 Subject: build: fix lua module building, and disable -Werror --- Make.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Make.rules') diff --git a/Make.rules b/Make.rules index 9fd4862..75d4a3f 100644 --- a/Make.rules +++ b/Make.rules @@ -70,7 +70,7 @@ INSTALL := install INSTALLDIR := $(INSTALL) -d CFLAGS ?= -g -O2 -CFLAGS_ALL := -Werror -Wall -Wstrict-prototypes -D_GNU_SOURCE -std=gnu99 -fPIC +CFLAGS_ALL := -Wall -Wstrict-prototypes -D_GNU_SOURCE -std=gnu99 -fPIC CFLAGS_ALL += $(CFLAGS) LDFLAGS ?= -g -- cgit v1.2.3