浏览代码

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 年之前
父节点
当前提交
890e8d205d
共有 1 个文件被更改,包括 4 次插入0 次删除
  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.