Commit 18ff21e7 authored by Michel Kaempf's avatar Michel Kaempf

* Makefile :

- Rajout des options de linkage -g et -pg afin de faire fonctionner le
profiling ;

--
MaXX
parent 65468e37
......@@ -90,6 +90,8 @@ FFILTER = grep -v "intf_.*Msg.*\.\.\."
# Note that electric fence and accurate profiling are quite uncompatible.
CCFLAGS += -g
CCFLAGS += -pg
LCFLAGS += -g
LCFLAGS += -pg
#LIB += -ldmalloc
#LIB += -lefence
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment