Сравнение clang-common-17.0.2.9999 с clang-common-18.0.0.9999
/usr/portage/sys-devel/clang-common/clang-common-18.0.0.9999.ebuild 2023-10-09 14:52:35.480368501 +0300 | ||
---|---|---|
193 | 193 |
# Analogue to GLIBCXX_ASSERTIONS |
194 | 194 |
# https://libcxx.llvm.org/UsingLibcxx.html#assertions-mode |
195 | 195 |
# https://libcxx.llvm.org/Hardening.html#using-hardened-mode |
196 |
-D_LIBCPP_ENABLE_ASSERTIONS=1 |
|
196 |
-D_LIBCPP_ENABLE_HARDENED_MODE=1 |
|
197 | 197 |
EOF |
198 | 198 | |
199 | 199 |
cat >> "${ED}/etc/clang/gentoo-hardened-ld.cfg" <<-EOF || die |