diff --git a/Makefile b/Makefile index 403b4d62b8..21ed27e45b 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},)