mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 10:31:03 +00:00
set export-table link arg (#115)
This commit is contained in:
committed by
Bastian Köcher
parent
2b0dbd2d77
commit
c363077404
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user