summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e20fabd6..80c22556 100644
--- a/Makefile
+++ b/Makefile
@@ -117,14 +117,14 @@ endef
ifneq ($(top_srcdir),)
dbg/%.o: $(top_srcdir)%.c
- $(call COMPILE_C_WITH_DEPS,)
+ $(call COMPILE_C_WITH_DEPS,$(DBG_ONLY_FLAGS))
opt/%.o: $(top_srcdir)%.c
$(call COMPILE_C_WITH_DEPS,$(OPT_FLAGS))
endif
dbg/%.o: %.c
- $(call COMPILE_C_WITH_DEPS,)
+ $(call COMPILE_C_WITH_DEPS,$(DBG_ONLY_FLAGS))
opt/%.o: %.c
$(call COMPILE_C_WITH_DEPS,$(OPT_FLAGS))