summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index ba5d6ec..9d4dacf 100644
--- a/README.md
+++ b/README.md
@@ -27,6 +27,9 @@ on Clang. It was initially intended to be used on
27- It has a [comprehensive suite of tests](https://github.com/jvoisin/fortify-headers/tree/master/tests), 27- It has a [comprehensive suite of tests](https://github.com/jvoisin/fortify-headers/tree/master/tests),
28 running both on Clang and on GCC for every commit, with 28 running both on Clang and on GCC for every commit, with
29 [significant coverage](https://jvoisin.github.io/fortify-headers/) 29 [significant coverage](https://jvoisin.github.io/fortify-headers/)
30- Defining `USE_NATIVE_CHK` will make use of compiler-provided builtin `_chk`
31 functions, which might be a bit better in term of diagnostics,
32 but won't necesarily provide the same amount of security checks.
30 33
31 34
32# Sample usage 35# Sample usage