diff --git a/meson_options.txt b/meson_options.txt index ba79c90..1ab62f0 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,3 +1,3 @@ -option('betterC', type: 'boolean', value: true) -option('BuildDemos', type: 'boolean', value: true) -option('LTO', type: 'boolean', value: false) \ No newline at end of file +option('betterC', type: 'boolean', value: false) +option('BuildDemos', type: 'boolean', value: false) +option('LTO', type: 'boolean', value: false)