mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-02 14:37:42 -03:00
1ef9f7ca4a
When `ENABLE_HARDENING` is `ON` (which is the default), then enable light or full hardening in libc++ or libstdc++, depending on the library used and depending on the build type. Remove hardening flags from `depends/hosts/linux.mk` in favor of the more generic way to enable them via CMake. The same would be achieved after this change by `cmake -DCMAKE_BUILD_TYPE=Debug -DENABLE_HARDENING=ON`. Inspired by https://github.com/bitcoin/bitcoin/issues/31272#issuecomment-2518700939 |
||
---|---|---|
.. | ||
darwin.mk | ||
default.mk | ||
freebsd.mk | ||
linux.mk | ||
mingw32.mk | ||
netbsd.mk | ||
openbsd.mk |