summaryrefslogtreecommitdiff
path: root/dev-lang/micropython/files/micropython-1.17-prevent-stripping.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/micropython/files/micropython-1.17-prevent-stripping.patch')
-rw-r--r--dev-lang/micropython/files/micropython-1.17-prevent-stripping.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-lang/micropython/files/micropython-1.17-prevent-stripping.patch b/dev-lang/micropython/files/micropython-1.17-prevent-stripping.patch
deleted file mode 100644
index 1c5380ed883b..000000000000
--- a/dev-lang/micropython/files/micropython-1.17-prevent-stripping.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/py/mkrules.mk 2021-10-25 12:30:13.723695503 -0000
-+++ b/py/mkrules.mk 2021-10-25 12:30:18.460327366 -0000
-@@ -198,9 +198,6 @@
- # Do not pass COPT here - it's *C* compiler optimizations. For example,
- # we may want to compile using Thumb, but link with non-Thumb libc.
- $(Q)$(CC) -o $@ $^ $(LIB) $(LDFLAGS)
--ifndef DEBUG
-- $(Q)$(STRIP) $(STRIPFLAGS_EXTRA) $@
--endif
- $(Q)$(SIZE) $$(find $(BUILD) -path "$(BUILD)/build/frozen*.o") $@
-
- clean: clean-prog