mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 10:30:48 +02:00
- removed the --export-dynamic linker option
git-svn-id: branches/wasm@46998 -
This commit is contained in:
parent
0a5655955c
commit
1da89c6259
@ -121,8 +121,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 --allow-undefined';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user