diff options
author | Kim Alvefur <zash@zash.se> | 2017-09-28 12:11:56 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2017-09-28 12:11:56 +0200 |
commit | 83407d056aa07923759b8ae6c950142cbcdfa35d (patch) | |
tree | e63cb9fb4f960e361c47359afc06bd518ddc042c /configure | |
parent | 17e7512c9f14d2388fd479e6d77240c285963c4c (diff) | |
download | prosody-83407d056aa07923759b8ae6c950142cbcdfa35d.tar.gz prosody-83407d056aa07923759b8ae6c950142cbcdfa35d.zip |
configure: Add new but undocumented flags to --help
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |