aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Rules.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rules.mak b/Rules.mak
index 7af51a798..85c707c56 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -267,7 +267,7 @@ ifeq ($(strip $(CONFIG_DEBUG)),y)
267else 267else
268 CFLAGS +=-DNDEBUG 268 CFLAGS +=-DNDEBUG
269 CHECKED_LDFLAGS += $(call check_ld,$(LD),--sort-common,) 269 CHECKED_LDFLAGS += $(call check_ld,$(LD),--sort-common,)
270 CHECKED_LDFLAGS += $(call check_ld,--gc-sections,) 270 CHECKED_LDFLAGS += $(call check_ld,$(LD),--gc-sections,)
271endif 271endif
272 272
273ifneq ($(strip $(CONFIG_DEBUG_PESSIMIZE)),y) 273ifneq ($(strip $(CONFIG_DEBUG_PESSIMIZE)),y)