summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-11-24 10:26:36 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2011-11-24 10:26:36 +0100
commite77b89cfe05730f09428e81c1775bf21c0846640 (patch)
tree0415159b2905dc0e29c48ea954ce666063bef685 /Makefile
parentd0fc345d05ecbbac8aeb5c408aad08c243b4c011 (diff)
downloadlibuniso-e77b89cfe05730f09428e81c1775bf21c0846640.tar.bz2
libuniso-e77b89cfe05730f09428e81c1775bf21c0846640.tar.xz
build: enable -Werror by default and make it build
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 02ea3b4..e046c3b 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ SONAME := libuniso.so.$(ABI_VERSION)
TARGETS := $(SONAME) libuniso.so uniso
-CFLAGS ?= -g -Wall
+CFLAGS ?= -g -Wall -Werror
CFLAGS += -fPIC
CFLAGS += -I.