summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index da10e0f..72ab508 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ export BINDIR = $(BASEDIR)/bin
#
# CXXFLAGS += -Wall
# CXXFLAGS += -ansi -pedantic -Wall # pour les purs et durs
-# CXXFLAGS += -g # pour debugger
+CXXFLAGS += -g # pour debugger
# CXXFLAGS += -pg # pour profiler
# LDFLAGS += -pg # pour profiler
CXXFLAGS += -O2 # pour optimiser la vitesse