summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 8049c1c..ca3243b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -28,6 +28,6 @@ ldap_la_SOURCES = \
str.c \
zone_manager.c
-ldap_la_CFLAGS = -Wall -Wextra -pedantic -std=c99
+ldap_la_CFLAGS = -Wall -Wextra -Werror -pedantic -std=c99 -O2
ldap_la_LDFLAGS = -module -avoid-version