HPCC-8159 Add option to generate precompiled header for eclcc-generated ... Reviewed-by: Gavin Halliday <ghalliday@hpccsystems.com>
@@ -205,6 +205,7 @@ public:
optOnlyCompile = false;
optBatchMode = false;
optSaveQueryText = false;
+ optGenerateHeader = false;
optTargetClusterType = HThorCluster;
optTargetCompiler = DEFAULT_COMPILER;
optThreads = 0;