Преглед на файлове

Merge pull request #8340 from jamienoss/issue15169-correct-LRM-optimizerlevel-defaults

HPCC-15169 LRM #option optimizelevel has incorrect default listed

Reviewed-by: Gavin Halliday <ghalliday@hpccsystems.com>
Gavin Halliday преди 9 години
родител
ревизия
f59f12b83a
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      docs/ECLLanguageReference/ECLR_mods/Templ-OPTION.xml

+ 3 - 3
docs/ECLLanguageReference/ECLR_mods/Templ-OPTION.xml

@@ -951,10 +951,10 @@
             <row>
               <entry><emphasis>optimizeLevel</emphasis></entry>
 
-              <entry>Default: 3 for roxie, else -1</entry>
+              <entry>Default: 3 for roxie, else 0</entry>
 
-              <entry>Set the optimization level (optimizing compiler can be a
-              lot slower...).</entry>
+              <entry>Set the C++ compiler optimization level (optimizations can cause the compiler
+              to take a lot longer).</entry>
             </row>
 
             <row>