소스 검색

HPCC-8159 Add option to generate precompiled header for eclcc-generated code

Previous commit had an unitialized variable causing many compiles to fail.

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 12 년 전
부모
커밋
a79a2e7d12
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      ecl/eclcc/eclcc.cpp

+ 1 - 0
ecl/eclcc/eclcc.cpp

@@ -205,6 +205,7 @@ public:
         optOnlyCompile = false;
         optBatchMode = false;
         optSaveQueryText = false;
+        optGenerateHeader = false;
         optTargetClusterType = HThorCluster;
         optTargetCompiler = DEFAULT_COMPILER;
         optThreads = 0;