From d452e59cc4ee922a92dfe080ec4379ead4c9ca64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sun, 3 Oct 2010 18:03:27 +0200 Subject: [PATCH] Makefile: switch back to debug mode --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 095994662..8f9427cf8 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