set export-table link arg (#115)

This commit is contained in:
thiolliere
2019-01-28 15:43:14 +01:00
committed by Bastian Köcher
parent 2b0dbd2d77
commit c363077404
4 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
set -e
# Make LLD produce a binary that imports memory from the outside environment.
export RUSTFLAGS="-C link-arg=--import-memory -C lto=fat -C panic=abort"
export RUSTFLAGS="-C link-arg=--import-memory,--export-table -C lto=fat -C panic=abort"
for i in adder
do