2017-12-23 17:29:52 +01:00
|
|
|
(cfg "OptimizedFixed"
|
2017-12-03 10:23:37 +01:00
|
|
|
(resolutions
|
|
|
|
(1280 720)
|
|
|
|
(1920 1080)
|
|
|
|
)
|
|
|
|
(optimizer on
|
2017-12-12 18:30:41 +01:00
|
|
|
(constant-folding on
|
2017-12-14 07:39:38 +01:00
|
|
|
(fixed-resolution on)
|
2017-12-23 17:29:52 +01:00
|
|
|
(inputs on)
|
2017-12-12 18:30:41 +01:00
|
|
|
)
|
2017-12-03 18:35:56 +01:00
|
|
|
(constant-propagation on)
|
2017-12-15 07:40:40 +01:00
|
|
|
(dead-code-elimination on)
|
2017-12-17 15:59:29 +01:00
|
|
|
(function-inlining on)
|
2017-12-03 10:23:37 +01:00
|
|
|
)
|
|
|
|
)
|
2017-12-03 14:59:39 +01:00
|
|
|
|
2017-12-23 17:29:52 +01:00
|
|
|
(cfg "OptimizedDynamic"
|
|
|
|
(resolutions chooser)
|
|
|
|
(optimizer on
|
|
|
|
(constant-folding on
|
|
|
|
(fixed-resolution off)
|
|
|
|
(inputs on)
|
|
|
|
)
|
|
|
|
(constant-propagation on)
|
|
|
|
(dead-code-elimination on)
|
|
|
|
(function-inlining on)
|
2017-12-03 14:59:39 +01:00
|
|
|
)
|
2017-12-23 17:29:52 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
(cfg "Basic"
|
|
|
|
(resolutions chooser)
|
2017-12-03 14:59:39 +01:00
|
|
|
(optimizer off)
|
|
|
|
)
|