diff options
-rw-r--r-- | Userland/Libraries/LibJS/Bytecode/Interpreter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibJS/Bytecode/Interpreter.h b/Userland/Libraries/LibJS/Bytecode/Interpreter.h index c6451eaf69..a1646b15b6 100644 --- a/Userland/Libraries/LibJS/Bytecode/Interpreter.h +++ b/Userland/Libraries/LibJS/Bytecode/Interpreter.h @@ -71,7 +71,7 @@ public: None, Optimize, __Count, - Default = None, + Default = Optimize, }; static Bytecode::PassManager& optimization_pipeline(OptimizationLevel = OptimizationLevel::Default); |