summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'request')
-rw-r--r--request/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/request/Makefile b/request/Makefile
index ed06bf5..d5f5412 100644
--- a/request/Makefile
+++ b/request/Makefile
@@ -6,7 +6,6 @@ LIBS_PKGCONFIG := $(foreach mod,$(PKGCONFIG_MODULES),$(shell pkg-config --libs $
CXXFLAGS_PKGCONFIG := $(foreach mod,$(PKGCONFIG_MODULES),$(shell pkg-config --libs $(mod)))
CXXFLAGS_WARNINGS = -pedantic -Wall -Wextra -Wformat -Weffc++
-#CXXFLAGS_WARNINGS = -pedantic -Wextra -Wformat -Weffc++
CXXFLAGS_OPT = -O0 -g3
LIBS = $(LIBS_PKGCONFIG)