summaryrefslogtreecommitdiffstats
path: root/Make.rules
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2012-01-25 16:07:23 +0200
committerTimo Teräs <timo.teras@iki.fi>2012-01-25 16:07:23 +0200
commitfa2a0367f26d5aca03fbfc360d987b49c816d9c4 (patch)
tree85b108f0e2aacce4c158e05eaa6a2ed3036439c7 /Make.rules
parent75af33433f3ffbe25c81960d8d1888be7ce35418 (diff)
downloadsquark-fa2a0367f26d5aca03fbfc360d987b49c816d9c4.tar.bz2
squark-fa2a0367f26d5aca03fbfc360d987b49c816d9c4.tar.xz
build: fix lua module building, and disable -Werror
Diffstat (limited to 'Make.rules')
-rw-r--r--Make.rules2
1 files changed, 1 insertions, 1 deletions
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