Pārlūkot izejas kodu

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 gadi atpakaļ
vecāks
revīzija
f59f12b83a

+ 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>