Explorar o código

Weaken more rust symbols

Jeremy Soller %!s(int64=3) %!d(string=hai) anos
pai
achega
606bfc9c50
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  1. 5 1
      Makefile

+ 5 - 1
Makefile

@@ -52,7 +52,11 @@ WEAKEN_SYMBOLS=\
 	-W __muloti4 \
 	-W __udivti3 \
 	-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