From 1ece516816ff5b38c8760a517be419c35051888d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sun, 12 Dec 2010 09:46:59 +0100 Subject: [PATCH] Makefile: switch back to debug mode --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 044e6455c..c7f4c78cb 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,7 @@ +# This file is generated by tools/dmake, do not edit. + ifndef CXXFLAGS - CXXFLAGS=-O2 -DNDEBUG -Wall + CXXFLAGS=-Wall -Wextra -Wshadow -pedantic -Wno-long-long -Wfloat-equal -Wcast-qual -Wsign-conversion -g endif ifndef CXX