summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/valgrind
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2024-07-12 07:35:48 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-07-13 23:28:30 +0100
commit1cf0974ad242f7eb2815a4ef0e3e5b6507ca56ea (patch)
tree41ef242b95aa4468862e728bef229545a77d9c11 /meta/recipes-devtools/valgrind
parent3891414b6b929cc3eed9d7ea62e9cda70bba29a0 (diff)
downloadpoky-1cf0974ad242f7eb2815a4ef0e3e5b6507ca56ea.tar.gz
bitbake.conf: Further cleanup compiler optimization flags
Move the -pipe option out of the optimization flags and directly into the flags variables since we always use it now. Also move the debug prefix mapping there to match the nativesdk case which already does this. Fix the documentation and two recipe usages to match the change. (From OE-Core rev: 9badf68d78d995f7d5d4cf27e045f029fc6d4044) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/valgrind')
-rw-r--r--meta/recipes-devtools/valgrind/valgrind_3.23.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb b/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb
index ad9e26cb6b..494a3c0df9 100644
--- a/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb
+++ b/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb
@@ -88,7 +88,7 @@ CACHED_CONFIGUREVARS += "ac_cv_path_PERL='/usr/bin/env perl'"
88# to -O2 but uses -O0 for some specific test apps etc. Passing our own flags 88# to -O2 but uses -O0 for some specific test apps etc. Passing our own flags
89# (via CFLAGS) means we interfere with that. Only pass DEBUG_FLAGS to it 89# (via CFLAGS) means we interfere with that. Only pass DEBUG_FLAGS to it
90# which fixes build path issue in DWARF. 90# which fixes build path issue in DWARF.
91SELECTED_OPTIMIZATION = "${DEBUG_FLAGS}" 91SELECTED_OPTIMIZATION = "${DEBUG_LEVELFLAG}"
92 92
93# Split out various helper scripts to separate packages to avoid the 93# Split out various helper scripts to separate packages to avoid the
94# main package depending on perl and python. 94# main package depending on perl and python.