mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 01:29:27 +02:00
- don't pass --export-dynamic to the linker when linking a library for the WASI target
This commit is contained in:
parent
2a33948521
commit
7711ba610a
@ -206,8 +206,8 @@ begin
|
||||
tmp := TCmdStrListItem(tmp.Next);
|
||||
end;
|
||||
|
||||
if HasExports then
|
||||
cmdstr := cmdstr + ' --export-dynamic'; //' --export-dynamic';
|
||||
// if HasExports then
|
||||
// cmdstr := cmdstr + ' --export-dynamic'; //' --export-dynamic';
|
||||
|
||||
cmdstr := cmdstr + ' --no-entry';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user