From f2d413fecf5bcb69f92efc1df01b71da2808a83c Mon Sep 17 00:00:00 2001 From: juha Date: Sun, 28 Jul 2013 09:35:53 +0000 Subject: [PATCH] IDE: Use external debug symbols (-Xg) for Debug build mode. git-svn-id: trunk@42218 - --- ide/buildmodesmanager.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/ide/buildmodesmanager.pas b/ide/buildmodesmanager.pas index 2578ca928d..b63e507f78 100644 --- a/ide/buildmodesmanager.pas +++ b/ide/buildmodesmanager.pas @@ -246,6 +246,7 @@ var IncludeAssertionCode:=IsDebug; // Debug flags GenerateDebugInfo:=IsDebug; + UseExternalDbgSyms:=IsDebug; UseHeaptrc:=IsDebug; // ToDo: TrashVariables:=IsDebug; end;