Anastasia Klimchuk has uploaded this change for review.
meson: Add optimisation level s into meson build
Makefile has optimisation level set explicitly. This patch
sets the same level s into meson build.
TEST=ninja test shows no warnings and tests pass
Change-Id: I4ca96a866529cac320e66516ef280d5100ceefab
Signed-off-by: Anastasia Klimchuk <aklm@chromium.org>
---
M meson.build
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/06/63606/1
diff --git a/meson.build b/meson.build
index c519ddc..0bcde6a 100644
--- a/meson.build
+++ b/meson.build
@@ -2,7 +2,7 @@
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'],
)
# libtool versioning
To view, visit change 63606. To unsubscribe, or for help writing mail filters, visit settings.