mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-01 22:09:28 +01:00
* fix -Xn option
git-svn-id: trunk@14274 -
This commit is contained in:
parent
679309704a
commit
1fffaf627e
@ -1620,9 +1620,9 @@ begin
|
||||
'n' :
|
||||
begin
|
||||
If UnsetBool(More, j) then
|
||||
include(init_settings.globalswitches,cs_link_native)
|
||||
exclude(init_settings.globalswitches,cs_link_native)
|
||||
else
|
||||
exclude(init_settings.globalswitches,cs_link_native);
|
||||
include(init_settings.globalswitches,cs_link_native);
|
||||
end;
|
||||
|
||||
'm' :
|
||||
|
||||
Loading…
Reference in New Issue
Block a user