mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 10:19:30 +02:00
+ show a "linking" message before invoking the linker for the wasm32-embedded target
This commit is contained in:
parent
46dcd4da76
commit
dba189f4af
@ -2172,8 +2172,10 @@ function TLinkerEmbedded_Wasm.MakeSharedLibrary: boolean;
|
||||
tmp : TCmdStrListItem;
|
||||
tempFileName : ansistring;
|
||||
begin
|
||||
//Result := true;
|
||||
//Result:=inherited MakeSharedLibrary;
|
||||
Result:=false;
|
||||
if not(cs_link_nolink in current_settings.globalswitches) then
|
||||
Message1(exec_i_linking,current_module.sharedlibfilename);
|
||||
|
||||
mapstr:='';
|
||||
if (cs_link_map in current_settings.globalswitches) then
|
||||
mapstr:='-Map '+maybequoted(ChangeFileExt(current_module.sharedlibfilename,'.map'));
|
||||
|
Loading…
Reference in New Issue
Block a user