summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2d91308..27f7f2b 100644
--- a/Makefile
+++ b/Makefile
@@ -51,7 +51,7 @@ ifneq ($(HAVE_LIBPCRECPP),)
LIBS += $(HAVE_LIBPCRECPP)
endif
-CXXFLAGS += -std=c++11 -Wfatal-errors
+CXXFLAGS += -std=c++11 -Wfatal-errors -Wundef
### export all vars for sub-makes, using absolute paths
LIBDIRABS = $(abspath $(LIBDIR))