mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:28:12 +00:00
LibJS: Set default bytecode optimization level to Optimize
This commit is contained in:
parent
1e1bf84e6d
commit
4a06e68ecd
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ public:
|
|||
None,
|
||||
Optimize,
|
||||
__Count,
|
||||
Default = None,
|
||||
Default = Optimize,
|
||||
};
|
||||
static Bytecode::PassManager& optimization_pipeline(OptimizationLevel = OptimizationLevel::Default);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue