mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-03 16:39:54 +02:00
+ readded the --no-entry option when linking wasi executables
git-svn-id: branches/wasm@46995 -
This commit is contained in:
parent
ceeb614473
commit
e96faf0a76
@ -124,7 +124,7 @@ begin
|
||||
if HasExports then
|
||||
cmdstr := cmdstr + ' --export-dynamic'; //' --export-dynamic';
|
||||
|
||||
cmdstr := cmdstr + ' --allow-undefined';
|
||||
cmdstr := cmdstr + ' --no-entry --allow-undefined';
|
||||
|
||||
if (cs_link_strip in current_settings.globalswitches) then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user