INSTALL: list BUILD_FFI_LIBRARY

This commit is contained in:
nick black 2022-01-02 18:27:46 -05:00
parent b4bc770127
commit 9d8cc0d86c
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -123,6 +123,7 @@ but must be `Debug` for use of `USE_COVERAGE`.
* `DFSG_BUILD`: leave out all content considered non-free under the Debian Free Software Guidelines (default `off`) * `DFSG_BUILD`: leave out all content considered non-free under the Debian Free Software Guidelines (default `off`)
* `BUILD_TESTING`: build test targets (default `on`) * `BUILD_TESTING`: build test targets (default `on`)
* `BUILD_EXECUTABLES`: build executables (in addition to libs) (default `on`) * `BUILD_EXECUTABLES`: build executables (in addition to libs) (default `on`)
* `BUILD_FFI_LIBRARY`: Build ffi library (containing all symbols which are static inline) (default `on`)
* `USE_ASAN`: build with AddressSanitizer (default `off`) * `USE_ASAN`: build with AddressSanitizer (default `off`)
* `USE_CXX`: build C++ code (requires a C++ compiler) (default `on`) * `USE_CXX`: build C++ code (requires a C++ compiler) (default `on`)
* `USE_COVERAGE`: build coverage support (for developers, requires use of Clang) (default `off`) * `USE_COVERAGE`: build coverage support (for developers, requires use of Clang) (default `off`)