Skip to content

Commit e0ac765

Browse files
authored
Merge branch 'sonic-net:master' into vrrp_orch
2 parents 4ea2fcd + ea3e76f commit e0ac765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ if test "x$asan_enabled" = "xtrue"; then
136136
CFLAGS_ASAN+=" -Wno-maybe-uninitialized"
137137
AC_SUBST(CFLAGS_ASAN)
138138

139-
LDFLAGS_ASAN+=" -lasan"
139+
LDFLAGS_ASAN+=" -fsanitize=address"
140140
AC_SUBST(LDFLAGS_ASAN)
141141
fi
142142

0 commit comments

Comments
 (0)