diff options
| author | Roy Marples <roy@marples.name> | 2019-11-04 20:02:36 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2019-11-04 20:02:36 +0000 |
| commit | 4442fe05d39dc8a322ae76d3fc397f7dc7f71f2e (patch) | |
| tree | ab26fda9aa97ab35166dd1a665a096f1a8a9c340 /configure | |
| parent | e4aa0af49d0588c83e955f3a32064139bb61b7fc (diff) | |
| download | dhcpcd-4442fe05d39dc8a322ae76d3fc397f7dc7f71f2e.tar.xz | |
and more pretty
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -383,8 +383,8 @@ EOF if $CC -fsanitize=address _test.c -o _test 2>&3; then echo "yes" echo "# Compiler supports address sanitisation" >>$CONFIG_MK - echo "CFLAGS+= -fsanitize=address" >>$CONFIG_MK - echo "LDFLAGS+= -fsanitize=address" >>$CONFIG_MK + echo "CFLAGS+= -fsanitize=address" >>$CONFIG_MK + echo "LDFLAGS+= -fsanitize=address" >>$CONFIG_MK else echo "no" fi |
