summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 403b4d62..21ed27e4 100644
--- a/Makefile
+++ b/Makefile
@@ -139,6 +139,7 @@ else
# FIRMWARE_ARCH not defined; assuming local compile.
CC ?= gcc
CFLAGS += -DCHROMEOS_ENVIRONMENT -Wall -Werror # HEY: always want last two?
+CFLAGS += ${DEBUG_FLAGS}
endif
ifneq (${OLDDIR},)