diff options
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -381,10 +381,10 @@ CFLAGS += -O0 -g3 else CFLAGS += $(OPTIMIZATION) $(XARCH_CFLAGS) endif -ifeq ($(NOSTRIP),y) -STRIPTOOL := true -Stripping_disabled -else +ifeq ($(DOSTRIP),y) LDFLAGS += -s +else +STRIPTOOL := true -Stripping_disabled endif ifeq ($(DOMULTI),y) |