From 00d592af835e892902bdf6cc5db29a64f24ab9d3 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Sun, 29 May 2011 20:09:19 +0000 Subject: *Ajoute interactions avancees *Ecrit conception *Commentaires --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 72ab508..da10e0f 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 -- cgit v1.2.3