summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2023-09-03 20:16:53 +0200
committerjvoisin2023-09-03 20:16:53 +0200
commit4fa2d3adf569025858f981aa6fe2eab5a0cf1295 (patch)
treeee9662e531d39b40c5830ecf8423388947fd9a74
parent77d2f30eed3d8b7ed29913d67d0cbef049737516 (diff)
Add some notes
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index adc45e9..88bd282 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,11 @@
20|`-fsanitize=signed-integer-overflow`/`-ftrapv`|?|?|?|?|?|?|?|yes|[yes](https://github.com/chimera-linux/cports/blob/master/Packaging.md#hardening_options)| 20|`-fsanitize=signed-integer-overflow`/`-ftrapv`|?|?|?|?|?|?|?|yes|[yes](https://github.com/chimera-linux/cports/blob/master/Packaging.md#hardening_options)|
21|`-mshstk` |?|?|?|?|?|?|?|?|?| 21|`-mshstk` |?|?|?|?|?|?|?|?|?|
22 22
23Note that:
24- some flags are incompatible between each other
25- some flags are more useful than others
26- some flags are superseding some others
27- some libc are incompatible with some flags
23 28
24 29
25Sources: 30Sources: