mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-25 07:17:21 +01:00
Change V_Parallel so that V_All doesn't contain V_Parallel, only explicit -vj will add main source file information
This commit is contained in:
parent
64a7bc13d6
commit
d2edd6fd2f
@ -144,12 +144,12 @@ Const
|
||||
V_Debug = $20000;
|
||||
V_Executable = $40000;
|
||||
V_TimeStamps = $80000;
|
||||
V_Parallel = $100000;
|
||||
V_LevelMask = $fffffff;
|
||||
V_LevelMask = $ffffff;
|
||||
V_All = V_LevelMask;
|
||||
V_Default = V_Fatal + V_Error + V_Normal;
|
||||
{ Flags }
|
||||
V_LineInfo = $10000000;
|
||||
V_Parallel = $20000000;
|
||||
|
||||
|
||||
type
|
||||
|
||||
Loading…
Reference in New Issue
Block a user