demotool/test/build.srd

34 lines
509 B
Text
Raw Normal View History

2017-12-23 17:29:52 +01:00
(cfg "OptimizedFixed"
(resolutions
(1280 720)
(1920 1080)
)
(optimizer on
(constant-folding on
(fixed-resolution on)
2017-12-23 17:29:52 +01:00
(inputs on)
)
(constant-propagation on)
(dead-code-elimination on)
(function-inlining on)
)
)
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-23 17:29:52 +01:00
)
(cfg "Basic"
(resolutions chooser)
(optimizer off)
)