diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2016-01-19 18:47:49 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-22 23:42:37 +0000 |
commit | 1c8ed8dada8d3399bd825d6f34fc440ce793ec4e (patch) | |
tree | d095f0160feb9e64cca9534c8cfccb737a08124a /meta/recipes-devtools/linuxdoc-tools | |
parent | 99d4d97f51b658d58a50789056b422e48df89ad9 (diff) | |
download | openembedded-core-1c8ed8dada8d3399bd825d6f34fc440ce793ec4e.tar.gz openembedded-core-1c8ed8dada8d3399bd825d6f34fc440ce793ec4e.tar.bz2 openembedded-core-1c8ed8dada8d3399bd825d6f34fc440ce793ec4e.zip |
valgrind: let valgrind determine its own optimisation flags
Valgrind likes to control its own optimisation flags. It generally
defaults to -O2 but uses -O0 for some specific test apps etc. Passing
our own flags (via CFLAGS) means we interfere with that.
Giving valgrind control of optimisation is hopefully an even better
solution than the previous one of forcing -O0 for all tests.
http://git.openembedded.org/openembedded-core/commit/?h=master-next&id=98c4a3ffb8dca10739be600e8d6df7fb6aa4958f
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/linuxdoc-tools')
0 files changed, 0 insertions, 0 deletions