Explorar o código

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 %!s(int64=12) %!d(string=hai) anos
pai
achega
a79a2e7d12
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;