diff options
author | Damien Miller <djm@mindrot.org> | 2017-09-08 12:38:31 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2017-09-08 12:38:31 +1000 |
commit | de35c382894964a896a63ecd5607d3a3b93af75d (patch) | |
tree | 63076f9c277823f32d7c6033aaa46b0ddf5d8f16 /regress/misc/fuzz-harness | |
parent | 22376d27a349f62c502fec3396dfe0fdcb2a40b7 (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 'regress/misc/fuzz-harness')
0 files changed, 0 insertions, 0 deletions