]> git.sesse.net Git - vlc/commitdiff
Fixed a mistake with -g and --enable-debug.
authorChristophe Massiot <massiot@videolan.org>
Mon, 30 Apr 2001 09:44:26 +0000 (09:44 +0000)
committerChristophe Massiot <massiot@videolan.org>
Mon, 30 Apr 2001 09:44:26 +0000 (09:44 +0000)
Makefile.opts.in

index 15ad43d14fc90cd887614885330ae616a7bbf283..98d9be81297ad8a891739701e3ccfb0149a1578f 100644 (file)
@@ -234,7 +234,7 @@ endif
 #
 # Debugging and profiling support
 #
-ifeq ($(TRACE),1)
+ifeq ($(DEBUG),1)
 CFLAGS += -g
 endif