mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
Indent configure flag section to make markdown format them as code
This commit is contained in:
parent
a52bd1e37f
commit
72426ff433
16
README.md
16
README.md
@ -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)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user