From 72426ff433508dff1eb61c2a4c5d2ad6c1a006b0 Mon Sep 17 00:00:00 2001 From: Aapeli Date: Wed, 1 Aug 2018 10:24:50 +1000 Subject: [PATCH] Indent configure flag section to make markdown format them as code --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 642893c3..eeca74a7 100644 --- a/README.md +++ b/README.md @@ -117,18 +117,18 @@ To enable low-level tracing, build the library as: Standard configure flags should work. In particular, see: - --disable-shared Only build static libraries - --prefix Install all files relative to this directory. + --disable-shared Only build static libraries. + --prefix Install all files relative to this directory. The configure script also supports the following flags: - --enable-gcc-warnings Enable extra compiler checking with GCC. - --disable-malloc-replacement - Don't let applications replace our memory - management functions - --disable-openssl Disable support for OpenSSL encryption. - --disable-thread-support Don't support multithreaded environments. + --enable-gcc-warnings Enable extra compiler checking with GCC. + --disable-malloc-replacement + Don't let applications replace our memory + management functions. + --disable-openssl Disable support for OpenSSL encryption. + --disable-thread-support Don't support multithreaded environments. ## CMake (Windows)