mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 15:20:27 +02:00
* ignore the -gl parameter (and print a warning) on the embedded targets
This commit is contained in:
parent
32d0531c71
commit
bdeb161d85
@ -3253,7 +3253,7 @@ begin
|
||||
exclude(init_settings.globalswitches,cs_use_lineinfo)
|
||||
else
|
||||
begin
|
||||
if target_info.system in systems_wasm then
|
||||
if target_info.system in (systems_wasm+systems_embedded) then
|
||||
IgnoredPara('-gl')
|
||||
else
|
||||
include(init_settings.globalswitches,cs_use_lineinfo);
|
||||
|
Loading…
Reference in New Issue
Block a user