Software / code / prosody
Comparison
configure @ 8282:9495e2cbe666
configure: Add new but undocumented flags to --help
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Thu, 28 Sep 2017 12:11:56 +0200 |
| parent | 8281:6bfaa43bea3c |
| child | 8283:330a8627e41d |
comparison
equal
deleted
inserted
replaced
| 8281:6bfaa43bea3c | 8282:9495e2cbe666 |
|---|---|
| 71 arc4random: OpenBSD kernel | 71 arc4random: OpenBSD kernel |
| 72 openssl: OpenSSL RAND method | 72 openssl: OpenSSL RAND method |
| 73 Default is to use /dev/urandom | 73 Default is to use /dev/urandom |
| 74 --cflags=FLAGS Flags to pass to the compiler | 74 --cflags=FLAGS Flags to pass to the compiler |
| 75 Default is $CFLAGS | 75 Default is $CFLAGS |
| 76 --add-cflags=FLAGS Adds additional CFLAGS, preserving defaults. | |
| 77 Can be repeated. | |
| 76 --ldflags=FLAGS Flags to pass to the linker | 78 --ldflags=FLAGS Flags to pass to the linker |
| 77 Default is $LDFLAGS | 79 Default is $LDFLAGS |
| 80 --add-ldflags=FLAGS Adds additional linker flags, preserving defaults. | |
| 81 Can be repeated. | |
| 78 --c-compiler=CC The C compiler to use when building modules. | 82 --c-compiler=CC The C compiler to use when building modules. |
| 79 Default is $CC | 83 Default is $CC |
| 84 --compiler-wrapper=WRAPPER Adds a prefix to compiler and linker calls, | |
| 85 usable for eg distcc or ccache. | |
| 80 --linker=CC The linker to use when building modules. | 86 --linker=CC The linker to use when building modules. |
| 81 Default is $LD | 87 Default is $LD |
| 82 --require-config Will cause $APP_NAME to refuse to run when | 88 --require-config Will cause $APP_NAME to refuse to run when |
| 83 it fails to find a configuration file | 89 it fails to find a configuration file |
| 84 --no-example-certs Disables generation of example certificates. | 90 --no-example-certs Disables generation of example certificates. |