diff options
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ A C compiler. Any C89 or better compiler should work. Where supported, | |||
4 | configure will attempt to enable the compiler's run-time integrity checking | 4 | configure will attempt to enable the compiler's run-time integrity checking |
5 | options. Some notes about specific compilers: | 5 | options. Some notes about specific compilers: |
6 | - clang: -ftrapv and -sanitize=integer require the compiler-rt runtime | 6 | - clang: -ftrapv and -sanitize=integer require the compiler-rt runtime |
7 | (--with-ldflags=--rtlib=compiler-rt) | 7 | (CC=clang LDFLAGS=--rtlib=compiler-rt ./configure) |
8 | 8 | ||
9 | You will need working installations of Zlib and libcrypto (LibreSSL / | 9 | You will need working installations of Zlib and libcrypto (LibreSSL / |
10 | OpenSSL) | 10 | OpenSSL) |