Explorar el Código

Merge pull request #3620 from richardkchapman/precompile

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

Reviewed-by: Gavin Halliday <ghalliday@hpccsystems.com>
Gavin Halliday hace 12 años
padre
commit
00f2cdcd58
Se han modificado 1 ficheros con 1 adiciones y 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;