Browse Source

Change V_Parallel so that V_All doesn't contain V_Parallel, only explicit -vj will add main source file information

Pierre Muller 1 year ago
parent
commit
d2edd6fd2f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      compiler/globals.pas

+ 2 - 2
compiler/globals.pas

@@ -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