summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-02-28 19:21:09 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-03-01 07:15:33 +0000
commit9772eaafc1cb5957661d43e8f76c6f9b07b854dc (patch)
treedc21864669040552c275e75fa1b33990c37c6ef2 /meta/conf
parent16643b03227466e2c80a24c2d079fe36e89553c1 (diff)
downloadopenembedded-core-contrib-9772eaafc1cb5957661d43e8f76c6f9b07b854dc.tar.gz
glibc: Disable Werror when building with debug options
Since compiler does not optimize away a lot of stuff we end up with Werrors e.g. ./sysdeps/ieee754/flt-32/s_log1pf.c: In function '__log1pf': ../sysdeps/ieee754/flt-32/s_log1pf.c:114:22: error: 'c' may be used uninitialized in this function [-Werror=maybe-uninitialized] 114 | + (k * ln2_lo + c))) - f); | ~~~~~~~~~~~~^~~~ which otherwise wont happen, so lets build with warnings-as-errors disabled in debug mode given we disable werror, now we don't have to restrict user to compile without -O0 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
0 files changed, 0 insertions, 0 deletions