Improve meson build. #13

Merged
mmcomando merged 2 commits from meson into Demos 2021-02-26 10:50:34 +01:00
Showing only changes of commit 073f91fc4a - Show all commits

View file

@ -1,3 +1,3 @@
option('betterC', type: 'boolean', value: true)
option('BuildDemos', type: 'boolean', value: true)
option('betterC', type: 'boolean', value: false)
option('BuildDemos', type: 'boolean', value: false)
option('LTO', type: 'boolean', value: false)