mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 14:40:25 +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
|
if HasExports then
|
||||||
cmdstr := cmdstr + ' --export-dynamic'; //' --export-dynamic';
|
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
|
if (cs_link_strip in current_settings.globalswitches) then
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user