summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2017-09-08 12:38:31 +1000
committerDamien Miller <djm@mindrot.org>2017-09-08 12:38:31 +1000
commitde35c382894964a896a63ecd5607d3a3b93af75d (patch)
tree63076f9c277823f32d7c6033aaa46b0ddf5d8f16 /.gitignore
parent22376d27a349f62c502fec3396dfe0fdcb2a40b7 (diff)
Give configure ability to set CFLAGS/LDFLAGS later
Some CFLAGS/LDFLAGS may disrupt the configure script's operation, in particular santization and fuzzer options that break assumptions about memory and file descriptor dispositions. This adds two flags to configure --with-cflags-after and --with-ldflags-after that allow specifying additional compiler and linker options that are added to the resultant Makefiles but not used in the configure run itself. E.g. env CC=clang-3.9 ./configure \ --with-cflags-after=-fsantize=address \ --with-ldflags-after="-g -fsanitize=address"
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions