summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjvoisin2024-01-21 13:29:53 +0100
committerjvoisin2024-01-21 13:29:53 +0100
commit403144caafc047d2a9bc3980c9fb86872e8dac20 (patch)
tree5f37975de89e52ba1f77c1946f345d350bf38d55 /README.md
parenta1dd3b7b044189a2acd700fea4c95ce81a732f30 (diff)
Add a note about `-D_LIBCPP_ASSERT` and `-D_LIBCPP_ENABLE_ASSERTIONS`
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fb133b6..bb92d4a 100644
--- a/README.md
+++ b/README.md
@@ -48,5 +48,5 @@ Sources:
48- https://wiki.ubuntu.com/ToolChain/CompilerFlags 48- https://wiki.ubuntu.com/ToolChain/CompilerFlags
49- https://fedoraproject.org/wiki/Security_Features_Matrix 49- https://fedoraproject.org/wiki/Security_Features_Matrix
50 50
51[^1]: As `-D_LIBCPP_ENABLE_HARDENED_MODE` only works for llvm17, which isn't in Alpine yet. 51[^1]: As `-D_LIBCPP_ENABLE_HARDENED_MODE` only works for llvm17, which isn't in Alpine yet. It replaces `-D_LIBCPP_ASSERT` and `-D_LIBCPP_ENABLE_ASSERTIONS`.
52[^2]: Not supported by [musl libc](https://musl.libc.org) 52[^2]: Not supported by [musl libc](https://musl.libc.org)