mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 12:49:33 +02:00
* Pass on --debug to fpmake
git-svn-id: trunk@15266 -
This commit is contained in:
parent
8a3a0648ad
commit
b475fa84d7
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user