sys-apps/apparmor: pass -Onone for tests

The Perl ones take a while and it looks like they're stuck otherwise.

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2025-10-04 01:50:09 +01:00
parent 84fc82ee15
commit 5de7e45c17
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -78,7 +78,7 @@ src_compile() {
} }
src_test() { src_test() {
emake CXX="$(tc-getCXX)" USE_SYSTEM=1 check emake CXX="$(tc-getCXX)" USE_SYSTEM=1 check -Onone
} }
src_install() { src_install() {