diff options
| author | jvoisin | 2024-01-21 13:33:23 +0100 |
|---|---|---|
| committer | jvoisin | 2024-01-21 13:33:23 +0100 |
| commit | fee3ae284d46ed40260cf6f81a10fb7429a8d3d8 (patch) | |
| tree | f69eee4762889b8c2679d88346f1027c64c202b8 | |
| parent | 403144caafc047d2a9bc3980c9fb86872e8dac20 (diff) | |
Add a resource
Diffstat (limited to '')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -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 | ||
| 39 | Sources: | 39 | Sources 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) |
