summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2022-05-06 14:46:09 +1000
committerDarren Tucker <dtucker@dtucker.net>2022-05-06 14:46:09 +1000
commitf87a132800ba3710ab130d703448a31ef1128d77 (patch)
tree0cb0667486916daf2bd0ba887718231bdb54ea86 /INSTALL
parent217b518e0f7c52c4b909e935141a55344c61e644 (diff)
Note that, for now, we need variadic macros.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL7
1 files changed, 4 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index b6e53ab6..c605182b 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,9 +1,10 @@
1. Prerequisites
----------------
-A C compiler. Any C89 or better compiler should work. Where supported,
-configure will attempt to enable the compiler's run-time integrity checking
-options. Some notes about specific compilers:
+A C compiler. Any C89 or better compiler that supports variadic macros
+should work. Where supported, configure will attempt to enable the
+compiler's run-time integrity checking options. Some notes about
+specific compilers:
- clang: -ftrapv and -sanitize=integer require the compiler-rt runtime
(CC=clang LDFLAGS=--rtlib=compiler-rt ./configure)