summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index bb92d4a..ef6476a 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ Note that:
36 it's close enoughâ„¢ to warrant inclusion in the table. 36 it's close enoughâ„¢ to warrant inclusion in the table.
37 37
38 38
39Sources: 39Sources and resources:
40- https://src.fedoraproject.org/rpms/redhat-rpm-config//blob/rawhide/f/buildflags.md 40- https://src.fedoraproject.org/rpms/redhat-rpm-config//blob/rawhide/f/buildflags.md
41- https://en.opensuse.org/openSUSE:Security_Features 41- https://en.opensuse.org/openSUSE:Security_Features
42- https://gcc.gnu.org/pipermail/gcc-patches/2023-August/628748.html 42- https://gcc.gnu.org/pipermail/gcc-patches/2023-August/628748.html
@@ -47,6 +47,7 @@ Sources:
47- https://wiki.ubuntu.com/Security/Features 47- https://wiki.ubuntu.com/Security/Features
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- https://best.openssf.org/Compiler-Hardening-Guides/Compiler-Options-Hardening-Guide-for-C-and-C++.html
50 51
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[^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) 53[^2]: Not supported by [musl libc](https://musl.libc.org)