diff options
author | Martin Kelly <mkelly@xevo.com> | 2018-01-17 11:22:55 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-19 12:18:04 +0000 |
commit | 73ff85986d82c8da601d7c7cf9a02961f2f66a09 (patch) | |
tree | 481d42e4fc35e576d90745fc609425f7b1e804e0 /meta/recipes-devtools/pseudo | |
parent | 9e58926f1cea9d5cb18cb923855d1ae98f88a8ac (diff) | |
download | openembedded-core-contrib-73ff85986d82c8da601d7c7cf9a02961f2f66a09.tar.gz |
meson.bbclass: compile with --buildtype plain
OE manages all the compile flags, so we don't want meson to inject its
own flags. Currently, it's injecting -O0 and causing build breaks when
security flags are enabled (because _FORTIFY_SOURCE requires an
optimized build and meson defaults to a debug -O0 build).
Add --buildtype plain so meson will not add its own optimization flags.
Signed-off-by: Martin Kelly <mkelly@xevo.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/pseudo')
0 files changed, 0 insertions, 0 deletions