Files
Andrey Semashev aec1b05e7d Use regex.replace in Jamfile to strip sanitizers from the command line.
As was pointed out in https://github.com/bfgroup/b2/issues/597,
the regex.replace rule is declared without colons separating arguments,
and if the rule is invoked accordingly b2 doesn't crash. So use
regex.replace to remove sanitizer flags from the compiler command line.
2026-06-05 02:57:26 +03:00
..