Commit 5d45070c authored by Christophe Massiot's avatar Christophe Massiot

Fixed a mistake with -g and --enable-debug.

parent 5d51b9be
...@@ -234,7 +234,7 @@ endif ...@@ -234,7 +234,7 @@ endif
# #
# Debugging and profiling support # Debugging and profiling support
# #
ifeq ($(TRACE),1) ifeq ($(DEBUG),1)
CFLAGS += -g CFLAGS += -g
endif endif
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