mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
configure: Add new but undocumented flags to --help
This commit is contained in:
parent
6dc4386c71
commit
bfb1fb4d26
1 changed files with 6 additions and 0 deletions
6
configure
vendored
6
configure
vendored
|
@ -73,10 +73,16 @@ Configure $APP_NAME prior to building.
|
|||
Default is to use /dev/urandom
|
||||
--cflags=FLAGS Flags to pass to the compiler
|
||||
Default is $CFLAGS
|
||||
--add-cflags=FLAGS Adds additional CFLAGS, preserving defaults.
|
||||
Can be repeated.
|
||||
--ldflags=FLAGS Flags to pass to the linker
|
||||
Default is $LDFLAGS
|
||||
--add-ldflags=FLAGS Adds additional linker flags, preserving defaults.
|
||||
Can be repeated.
|
||||
--c-compiler=CC The C compiler to use when building modules.
|
||||
Default is $CC
|
||||
--compiler-wrapper=WRAPPER Adds a prefix to compiler and linker calls,
|
||||
usable for eg distcc or ccache.
|
||||
--linker=CC The linker to use when building modules.
|
||||
Default is $LD
|
||||
--require-config Will cause $APP_NAME to refuse to run when
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue