From f87a132800ba3710ab130d703448a31ef1128d77 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Fri, 6 May 2022 14:46:09 +1000 Subject: Note that, for now, we need variadic macros. --- INSTALL | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'INSTALL') 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) -- cgit v1.2.3