summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index af4947a..bee264c 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ MANPREFIX ?= $(PREFIX)/share/man
# compiler flags
CPPFLAGS := -DVERSION=\"$(VERSION)\" $(CPPFLAGS)
-CFLAGS := -std=c99 -g -pedantic -Wall -Wextra -Werror $(CFLAGS)
+CFLAGS := -std=c99 -g -pedantic -Wall -Wextra $(CFLAGS)
LDLIBS = -lalpm
DISTFILES = expac.c README.pod