summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2023-09-05 15:52:55 +0200
committerjvoisin2023-09-05 15:52:55 +0200
commit7a5b863ace01785e68fb4507d8d38380b418e694 (patch)
treee19e36d6778ba9bff02068bc31b7f2b924a8d3c7
parentf73f2700f40731538298cd12166a6b1628917186 (diff)
Add more sources
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index f6fe077..d6ba271 100644
--- a/README.md
+++ b/README.md
@@ -42,6 +42,8 @@ Sources:
42- https://gitlab.archlinux.org/archlinux/rfcs/-/blob/master/rfcs/0003-buildflags.rst?ref_type=heads 42- https://gitlab.archlinux.org/archlinux/rfcs/-/blob/master/rfcs/0003-buildflags.rst?ref_type=heads
43- https://man.openbsd.org/clang-local 43- https://man.openbsd.org/clang-local
44- https://sergesanspaille.fedorapeople.org/lpc2020.pdf 44- https://sergesanspaille.fedorapeople.org/lpc2020.pdf
45- https://wiki.ubuntu.com/Security/Features
46- https://wiki.ubuntu.com/ToolChain/CompilerFlags
45 47
46[^1]: As `-D_LIBCPP_ENABLE_HARDENED_MODE` only works for llvm17, which isn't in Alpine yet. 48[^1]: As `-D_LIBCPP_ENABLE_HARDENED_MODE` only works for llvm17, which isn't in Alpine yet.
47[^2]: Not supported by [musl libc](https://musl.libc.org) 49[^2]: Not supported by [musl libc](https://musl.libc.org)