You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
290 B

diff --git a/Makefile.rules b/Makefile.rules
index 2ccb1f6..b94f27e 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -35,9 +35,9 @@ LDFLAGS ?= -s
endif
ifdef DONTSTRIP
-STRIP ?= :
+STRIP = :
else
-STRIP ?= strip --strip-debug
+STRIP = :
endif
CC ?= gcc