Skip to content
Snippets Groups Projects
Verified Commit 606bfc9c authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Weaken more rust symbols

parent 98c60c35
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,11 @@ WEAKEN_SYMBOLS=\ ...@@ -52,7 +52,11 @@ WEAKEN_SYMBOLS=\
-W __muloti4 \ -W __muloti4 \
-W __udivti3 \ -W __udivti3 \
-W __umodti3 \ -W __umodti3 \
-W __rust_probestack -W __rust_probestack \
-W __rust_alloc \
-W __rust_alloc_zeroed \
-W __rust_dealloc \
-W __rust_realloc
.PHONY: all clean fmt install install-headers libs submodules test .PHONY: all clean fmt install install-headers libs submodules test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment