# HG changeset patch # User Kim Alvefur # Date 1506593516 -7200 # Node ID 9495e2cbe666668dc29c4a555cc7c652a4204d0c # Parent 6bfaa43bea3cb4a9b44219f16368e70c81edc6f9 configure: Add new but undocumented flags to --help diff -r 6bfaa43bea3c -r 9495e2cbe666 configure --- a/configure Thu Sep 28 07:25:54 2017 +0200 +++ b/configure Thu Sep 28 12:11:56 2017 +0200 @@ -73,10 +73,16 @@ 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