mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 21:49:09 +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);
|
tmp := TCmdStrListItem(tmp.Next);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
if HasExports then
|
// if HasExports then
|
||||||
cmdstr := cmdstr + ' --export-dynamic'; //' --export-dynamic';
|
// cmdstr := cmdstr + ' --export-dynamic'; //' --export-dynamic';
|
||||||
|
|
||||||
cmdstr := cmdstr + ' --no-entry';
|
cmdstr := cmdstr + ' --no-entry';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user