mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-10 01:26:03 +02:00
Fix compilation with -Oodfa
This commit is contained in:
parent
7ef33cf4b2
commit
425707e936
@ -870,6 +870,7 @@ begin
|
|||||||
MakeSharedLibrary:=false;
|
MakeSharedLibrary:=false;
|
||||||
mapstr:='';
|
mapstr:='';
|
||||||
ltostr:='';
|
ltostr:='';
|
||||||
|
rpathstr:='';
|
||||||
if not(cs_link_nolink in current_settings.globalswitches) then
|
if not(cs_link_nolink in current_settings.globalswitches) then
|
||||||
Message1(exec_i_linking,current_module.sharedlibfilename);
|
Message1(exec_i_linking,current_module.sharedlibfilename);
|
||||||
if (cs_link_smart in current_settings.globalswitches) and
|
if (cs_link_smart in current_settings.globalswitches) and
|
||||||
|
Loading…
Reference in New Issue
Block a user