Procházet zdrojové kódy

HPCC-18574 Use --nostdinc when compiling with eclccserver

Signed-off-by: Gavin Halliday <gavin.halliday@lexisnexis.com>
Gavin Halliday před 7 roky
rodič
revize
53ff08b79c
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      ecl/eclccserver/eclccserver.cpp

+ 1 - 0
ecl/eclccserver/eclccserver.cpp

@@ -331,6 +331,7 @@ class EclccCompileThread : implements IPooledThread, implements IErrorReporter,
         if (mainDefinition.length())
             eclccCmd.append(" -main ").append(mainDefinition);
         eclccCmd.append(" --timings");
+        eclccCmd.append(" --nostdinc");
         if (globals->getPropBool("@enableEclccDali", true))
         {
             const char *daliServers = globals->queryProp("@daliServers");