diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2023-10-25 19:13:25 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2023-10-25 20:18:04 +0300 |
commit | 88588b1246d8c26ffbc138b3e5c413c5f14c3179 (patch) | |
tree | 10b3cad4595e34c2db4b22203f8729c55dcb4a4a /INSTALL.generic | |
parent | CI: Disable sandboxing in fsanitize=address,undefined job. (diff) | |
download | xz-88588b1246d8c26ffbc138b3e5c413c5f14c3179.tar.xz |
Build: Detect -fsanitize= in CFLAGS and incompatible build options.
Now configure will fail if -fsanitize= is found in CFLAGS
and sanitizer-incompatible ifunc or Landlock sandboxing
would be used. These are incompatible with one or more sanitizers.
It's simpler to reject all -fsanitize= uses instead of trying to
pass those that might not cause problems.
CMake-based build was updated similarly. It lets the configuration
finish (SEND_ERROR instead of FATAL_ERROR) so that both error
messages can be seen at once.
Diffstat (limited to 'INSTALL.generic')
0 files changed, 0 insertions, 0 deletions