Set DEBUG=0 by default.
This commit is contained in:
@@ -120,7 +120,7 @@ else
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# Check if the DEBUG environment variable is set.
|
# Check if the DEBUG environment variable is set.
|
||||||
DEBUG ?= 1
|
DEBUG ?= 0
|
||||||
ifeq ($(DEBUG),1)
|
ifeq ($(DEBUG),1)
|
||||||
CFLAGS += -O3 -g3 -DDEBUG
|
CFLAGS += -O3 -g3 -DDEBUG
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user