33 lines
509 B
Text
33 lines
509 B
Text
(cfg "OptimizedFixed"
|
|
(resolutions
|
|
(1280 720)
|
|
(1920 1080)
|
|
)
|
|
(optimizer on
|
|
(constant-folding on
|
|
(fixed-resolution on)
|
|
(inputs on)
|
|
)
|
|
(constant-propagation on)
|
|
(dead-code-elimination on)
|
|
(function-inlining on)
|
|
)
|
|
)
|
|
|
|
(cfg "OptimizedDynamic"
|
|
(resolutions chooser)
|
|
(optimizer on
|
|
(constant-folding on
|
|
(fixed-resolution off)
|
|
(inputs on)
|
|
)
|
|
(constant-propagation on)
|
|
(dead-code-elimination on)
|
|
(function-inlining on)
|
|
)
|
|
)
|
|
|
|
(cfg "Basic"
|
|
(resolutions chooser)
|
|
(optimizer off)
|
|
)
|