diff options
author | Thiago Donato Ferreira <flowlnlnln@gmail.com> | 2023-11-08 19:42:36 -0300 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-11-09 08:47:11 +0100 |
commit | e752292f0bf53e8d70caed92ddb1b3075209b5e8 (patch) | |
tree | cccf114dd145069271625a6532d4d58bb01a5ef5 /games-action | |
parent | games-action/prismlauncher: remove CMAKE_CXX_FLAGS_RELEASE from upstream (diff) | |
download | gentoo-e752292f0bf53e8d70caed92ddb1b3075209b5e8.tar.gz gentoo-e752292f0bf53e8d70caed92ddb1b3075209b5e8.tar.bz2 gentoo-e752292f0bf53e8d70caed92ddb1b3075209b5e8.zip |
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@gmail.com>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/prismlauncher/prismlauncher-7.2-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 |