]> git.sesse.net Git - vlc/commitdiff
* Makefile :
authorMichel Kaempf <maxx@videolan.org>
Sat, 2 Oct 1999 22:31:35 +0000 (22:31 +0000)
committerMichel Kaempf <maxx@videolan.org>
Sat, 2 Oct 1999 22:31:35 +0000 (22:31 +0000)
- Rajout des options de linkage -g et -pg afin de faire fonctionner le
profiling ;

--
MaXX

Makefile

index 468ea0a435647530401b8b5eb830be6ac384c056..5409e9bc940d9843140464072b06cb4ae8e4c17b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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