mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 13:09:36 +02:00
ide: restore -Xg option on compiler options cancellation (bug #0017782)
git-svn-id: trunk@28048 -
This commit is contained in:
parent
83061e9fcf
commit
47fd01ddcc
@ -3145,6 +3145,7 @@ begin
|
||||
LinkerOptions := CompOpts.fLinkerOptions;
|
||||
Win32GraphicApp := CompOpts.Win32GraphicApp;
|
||||
ExecutableType := CompOpts.ExecutableType;
|
||||
UseExternalDbgSyms := CompOpts.UseExternalDbgSyms;
|
||||
|
||||
// Messages
|
||||
fShowErrors := CompOpts.fShowErrors;
|
||||
|
Loading…
Reference in New Issue
Block a user