Building for web using meson

This commit is contained in:
mmcomando 2021-02-25 21:59:20 +01:00
parent 66b5807368
commit 73c3e48c56
6 changed files with 74 additions and 11 deletions

View file

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