commit: e752292f0bf53e8d70caed92ddb1b3075209b5e8 Author: Thiago Donato Ferreira <flowlnlnln <AT> gmail <DOT> com> AuthorDate: Wed Nov 8 22:42:36 2023 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Thu Nov 9 07:47:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e752292f
games-action/prismlauncher: disable ASan in debug build This caused issues with the tests on CI, and was already changed in a new release. Disabling it is easier than making a mess of DEPENDs to support it properly, particularly so since it shouldn't be an issue on new releases going forward. Closes: https://bugs.gentoo.org/911426 Signed-off-by: Thiago Donato Ferreira <flowlnlnln <AT> gmail.com> Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> games-action/prismlauncher/prismlauncher-7.2-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/games-action/prismlauncher/prismlauncher-7.2-r1.ebuild b/games-action/prismlauncher/prismlauncher-7.2-r1.ebuild index c60586d65332..84e6796ee32f 100644 --- a/games-action/prismlauncher/prismlauncher-7.2-r1.ebuild +++ b/games-action/prismlauncher/prismlauncher-7.2-r1.ebuild @@ -125,6 +125,7 @@ src_configure(){ -DENABLE_LTO=$(usex lto) -DBUILD_TESTING=$(usex test) + -DDEBUG_ADDRESS_SANITIZER=0 ) if use debug; then
