diff options
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meson.build b/meson.build index e9eb4d25..80ccfb38 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,11 @@ project('flashromutils', 'c', version : run_command('util/getversion.sh', '--version').stdout().strip(), license : 'GPL-2.0', meson_version : '>=0.50.0', - default_options : ['warning_level=2', 'c_std=c99'], + default_options : [ + 'warning_level=2', + 'c_std=c99', + 'optimization=s', + 'debug=false'], ) # libtool versioning |