Browse Source

HPCC-27048 Post-mortem debug ability in cloud

Fix regression in eclcc when post-mortem debug enabled

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 3 năm trước cách đây
mục cha
commit
890e8d205d
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      ecl/eclcc/eclcc.cpp

+ 4 - 0
ecl/eclcc/eclcc.cpp

@@ -3011,6 +3011,10 @@ int EclCC::parseCommandLineOptions(int argc, const char* argv[])
         {
             inputFileNames.append("stdin:");
         }
+        else if (iter.matchFlag(tempArg, "--logging.postMortem"))
+        {
+            // Ignore, but may be present
+        }
         else if (arg[0] == '-')
         {
             //If --config has been specified, then ignore any unknown options beginning with -- since they will be added to the globals.