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.
17 lines
290 B
17 lines
290 B
5 years ago
|
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
|