|
@@ -261,7 +261,7 @@ begin
|
|
{ Maybe compile fpmake executable? }
|
|
{ Maybe compile fpmake executable? }
|
|
ExecuteAction(CurrentPackage,'compilefpmake');
|
|
ExecuteAction(CurrentPackage,'compilefpmake');
|
|
{ Create options }
|
|
{ Create options }
|
|
- OOptions:=' --nodefaults';
|
|
|
|
|
|
+ OOptions:=' --nofpccfg';
|
|
if vInfo in Verbosity then
|
|
if vInfo in Verbosity then
|
|
OOptions:=OOptions+' --verbose';
|
|
OOptions:=OOptions+' --verbose';
|
|
OOptions:=OOptions+' --compiler='+Options.Compiler;
|
|
OOptions:=OOptions+' --compiler='+Options.Compiler;
|