summaryrefslogtreecommitdiff
path: root/extra/rma_reset/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/rma_reset/Makefile')
-rw-r--r--extra/rma_reset/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/rma_reset/Makefile b/extra/rma_reset/Makefile
index 4e401b8d5d..4a640c5b4c 100644
--- a/extra/rma_reset/Makefile
+++ b/extra/rma_reset/Makefile
@@ -19,7 +19,7 @@ CFLAGS := -std=gnu99 \
-Wredundant-decls \
-Wmissing-declarations
-ifneq ($(DEBUG),)
+ifeq ($(DEBUG),1)
CFLAGS += -g -O0
else
CFLAGS += -O3