Skip to content

Commit 7e23972

Browse files
author
MarcoFalke
committed
Merge #12901: build: Show enabled sanitizers in configure output
01189ab build: Show enabled sanitizers in configure output (practicalswift) Pull request description: Show enabled sanitizers in `configure` output. Context: @eklitzke excellent addition of `--with-sanitizers` in #12692 Tree-SHA512: b2d52308e3476488fe47cbc059d7f3235aaeefaa2b987003923f6eaacbadf67f0cf22a32a04873d0f54c1867757841e01c8053f86a4d2f59a407b960ac15105f
2 parents 24133b1 + 01189ab commit 7e23972

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1373,6 +1373,7 @@ echo " with test = $use_tests"
13731373
echo " with bench = $use_bench"
13741374
echo " with upnp = $use_upnp"
13751375
echo " use asm = $use_asm"
1376+
echo " sanitizers = $use_sanitizers"
13761377
echo " debug enabled = $enable_debug"
13771378
echo " gprof enabled = $enable_gprof"
13781379
echo " werror = $enable_werror"

0 commit comments

Comments
 (0)