Indent configure flag section to make markdown format them as code

This commit is contained in:
Aapeli 2018-08-01 10:24:50 +10:00
parent a52bd1e37f
commit 72426ff433
No known key found for this signature in database
GPG Key ID: F6ED8F5368232C8E

View File

@ -117,18 +117,18 @@ To enable low-level tracing, build the library as:
Standard configure flags should work. In particular, see: Standard configure flags should work. In particular, see:
--disable-shared Only build static libraries --disable-shared Only build static libraries.
--prefix Install all files relative to this directory. --prefix Install all files relative to this directory.
The configure script also supports the following flags: The configure script also supports the following flags:
--enable-gcc-warnings Enable extra compiler checking with GCC. --enable-gcc-warnings Enable extra compiler checking with GCC.
--disable-malloc-replacement --disable-malloc-replacement
Don't let applications replace our memory Don't let applications replace our memory
management functions management functions.
--disable-openssl Disable support for OpenSSL encryption. --disable-openssl Disable support for OpenSSL encryption.
--disable-thread-support Don't support multithreaded environments. --disable-thread-support Don't support multithreaded environments.
## CMake (Windows) ## CMake (Windows)