mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-23 05:29:26 +02:00
* pass --nofpccfg
git-svn-id: trunk@9233 -
This commit is contained in:
parent
9f705776c9
commit
ae45cfefce
File diff suppressed because it is too large
Load Diff
@ -261,7 +261,7 @@ begin
|
||||
{ Maybe compile fpmake executable? }
|
||||
ExecuteAction(CurrentPackage,'compilefpmake');
|
||||
{ Create options }
|
||||
OOptions:=' --nodefaults';
|
||||
OOptions:=' --nofpccfg';
|
||||
if vInfo in Verbosity then
|
||||
OOptions:=OOptions+' --verbose';
|
||||
OOptions:=OOptions+' --compiler='+Options.Compiler;
|
||||
|
Loading…
Reference in New Issue
Block a user