From 47d87520982eebf0383f2d703eef469361947603 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 8 Oct 2011 08:06:24 +0200 Subject: [PATCH] Makefile: Set debug mode --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 598c31fdd..814e83551 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ ifndef HAVE_RULES endif ifndef CXXFLAGS - CXXFLAGS=-O2 -DNDEBUG -Wall + CXXFLAGS=-Wall -Wextra -Wshadow -pedantic -Wno-long-long -Wfloat-equal -Wcast-qual -D_GLIBCXX_DEBUG -g endif ifeq ($(HAVE_RULES),yes)