浏览代码

link: Weaken __rust_probestack symbol

Esteban Blanc 4 年之前
父节点
当前提交
9e0e88346d
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Makefile

+ 2 - 1
Makefile

@@ -48,7 +48,8 @@ WEAKEN_SYMBOLS=\
 	-W __floattidf \
 	-W __muloti4 \
 	-W __udivti3 \
-	-W __umodti3
+	-W __umodti3 \
+	-W __rust_probestack
 
 .PHONY: all clean fmt install install-headers libs test