Description: Propagate hardening options
Author: Andreas Tille <tille@debian.org>
Last-Update: Fri, 26 Oct 2018 14:09:24 +0200

--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ ifndef CXXFLAGS
   CXXFLAGS = -O3 -Wno-format
 endif
 
-CXXFLAGS += -MMD -ISNAPLib
+CXXFLAGS += -MMD -ISNAPLib $(CFLAGS)
 
 LDFLAGS += -pthread
 
