mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 02:27:56 +02:00
- removed --allow-undefined linker option when compiling a WASI library
This commit is contained in:
parent
590c878690
commit
e34116f7de
@ -214,7 +214,7 @@ begin
|
||||
if HasExports then
|
||||
cmdstr := cmdstr + ' --export-dynamic'; //' --export-dynamic';
|
||||
|
||||
cmdstr := cmdstr + ' --no-entry --allow-undefined';
|
||||
cmdstr := cmdstr + ' --no-entry';
|
||||
|
||||
if (cs_link_strip in current_settings.globalswitches) then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user