change default value of enable_codegen to off

This commit is contained in:
yanghao
2023-09-25 15:08:28 +08:00
parent 3f7c09e9e1
commit 2f907408b5
2 changed files with 2 additions and 2 deletions

View File

@ -581,7 +581,7 @@ static void InitSqlConfigureNamesBool()
gettext_noop("Enable llvm for executor."),
NULL},
&u_sess->attr.attr_sql.enable_codegen,
true,
false,
NULL,
NULL,
NULL},

View File

@ -800,7 +800,7 @@ audit_enabled = on
#------------------------------------------------------------------------------
# LLVM
#------------------------------------------------------------------------------
#enable_codegen = on # consider use LLVM optimization
#enable_codegen = off # consider use LLVM optimization
#enable_codegen_print = off # dump the IR function
#codegen_cost_threshold = 10000 # the threshold to allow use LLVM Optimization