Skip to content

Commit

Permalink
Ensure ASan --enable-asan is available in macOS too.
Browse files Browse the repository at this point in the history
  • Loading branch information
allinurl committed May 14, 2024
1 parent 2be4669 commit 891d965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ AC_CANONICAL_HOST
AC_MSG_CHECKING([whether to build with rdynamic for GNU ld])
with_rdyanimc=yes
case "$host_os" in
*darwin*|*cygwin*|*aix*|*mingw*) with_rdyanimc=no
*cygwin*|*aix*|*mingw*) with_rdyanimc=no
;;
esac
AC_MSG_RESULT([$with_rdyanimc])
Expand Down

0 comments on commit 891d965

Please sign in to comment.