Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: a7a1d5e9015d8a91fdcbb00d176697ff84a3bc78 https://github.com/Perl/perl5/commit/a7a1d5e9015d8a91fdcbb00d176697ff84a3bc78 Author: Lukas Mai <lukasmai....@gmail.com> Date: 2025-08-17 (Sun, 17 Aug 2025)
Changed paths: M pod/perlhacktips.pod Log Message: ----------- perlhacktips: fix ASan Configure settings - Change "blacklist" to "ignorelist" because that is what the current ASan documentation/wiki uses. - Move "-fsanitize-ignorelist=..." to ccflags (it is a C compiler option, not a Configure option). - Use quotes for option values with spaces, not backslashes. I think it's more readable. Fixes #23579. To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications