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:
Pierre Muller 2023-09-10 13:54:11 +00:00
parent 64a7bc13d6
commit d2edd6fd2f

View File

@ -144,12 +144,12 @@ Const
V_Debug = $20000; V_Debug = $20000;
V_Executable = $40000; V_Executable = $40000;
V_TimeStamps = $80000; V_TimeStamps = $80000;
V_Parallel = $100000; V_LevelMask = $ffffff;
V_LevelMask = $fffffff;
V_All = V_LevelMask; V_All = V_LevelMask;
V_Default = V_Fatal + V_Error + V_Normal; V_Default = V_Fatal + V_Error + V_Normal;
{ Flags } { Flags }
V_LineInfo = $10000000; V_LineInfo = $10000000;
V_Parallel = $20000000;
type type