* Pass on --debug to fpmake

git-svn-id: trunk@15266 -
This commit is contained in:
joost 2010-05-13 16:55:23 +00:00
parent 8a3a0648ad
commit b475fa84d7

View File

@ -282,7 +282,9 @@ begin
ExecuteAction(PackageName,'compilefpmake');
{ Create options }
AddOption('--nofpccfg');
if vlInfo in LogLevels then
if vlDebug in LogLevels then
AddOption('--debug')
else if vlInfo in LogLevels then
AddOption('--verbose');
AddOption('--compiler='+CompilerOptions.Compiler);
AddOption('--cpu='+CPUToString(CompilerOptions.CompilerCPU));