From 46b303e05501e5e6b3b12f6b59e11ca4f089e028 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 10 May 2014 12:06:45 +0200 Subject: [PATCH] Makefile: Set debug flags again --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 290bdae34..96665e36d 100644 --- a/Makefile +++ b/Makefile @@ -73,7 +73,7 @@ ifdef COMSPEC endif # COMSPEC ifndef CXXFLAGS - CXXFLAGS=-O2 -include lib/cxx11emu.h -DNDEBUG -Wall + CXXFLAGS=-include lib/cxx11emu.h -pedantic -Wall -Wextra -Wabi -Wcast-qual -Wconversion -Wfloat-equal -Winline -Wmissing-declarations -Wmissing-format-attribute -Wno-long-long -Woverloaded-virtual -Wpacked -Wredundant-decls -Wshadow -Wsign-promo -Wno-sign-compare $(CPPCHK_GLIBCXX_DEBUG) -g endif ifeq ($(HAVE_RULES),yes)