ide: restore -Xg option on compiler options cancellation (bug #0017782)

git-svn-id: trunk@28048 -
This commit is contained in:
paul 2010-11-03 04:39:09 +00:00
parent 83061e9fcf
commit 47fd01ddcc

View File

@ -3145,6 +3145,7 @@ begin
LinkerOptions := CompOpts.fLinkerOptions;
Win32GraphicApp := CompOpts.Win32GraphicApp;
ExecutableType := CompOpts.ExecutableType;
UseExternalDbgSyms := CompOpts.UseExternalDbgSyms;
// Messages
fShowErrors := CompOpts.fShowErrors;