demotool/test/build.srd
Emmanuel BENOîT c7e4ccf67e Builder tool - Various, pre-constant propagation
+ Prepared flags for constant propagation
+ UI instructions removal in compiler
+ Various changes to test "demo"
2017-12-03 14:59:39 +01:00

17 lines
182 B
Text

(cfg "Optimized"
(resolutions
(1280 720)
(1920 1080)
)
(optimizer on
(constant-folding on)
)
)
(cfg "Basic"
(resolutions
(1280 720)
(1920 1080)
)
(optimizer off)
)