diff options
| author | jvoisin | 2023-09-03 20:16:53 +0200 |
|---|---|---|
| committer | jvoisin | 2023-09-03 20:16:53 +0200 |
| commit | 4fa2d3adf569025858f981aa6fe2eab5a0cf1295 (patch) | |
| tree | ee9662e531d39b40c5830ecf8423388947fd9a74 | |
| parent | 77d2f30eed3d8b7ed29913d67d0cbef049737516 (diff) | |
Add some notes
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -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 | ||
| 23 | Note 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 | ||
| 25 | Sources: | 30 | Sources: |
