You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: configure.ac
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -113,14 +113,18 @@ AC_ARG_ENABLE(wrap,
113
113
AS_HELP_STRING([--enable-wrap], [Build wrap tcpd support (default enabled)]))
114
114
115
115
dnl
116
-
dnlASAN
116
+
dnlWRAP
117
117
dnl
118
118
119
119
AS_IF([test "x$enable_wrap" != "xno"], [
120
120
CFLAGS+=" -DWITH_WRAP"
121
121
CPPFLAGS+=" -DWITH_WRAP"
122
122
])
123
123
124
+
dnl
125
+
dnl ASAN
126
+
dnl
127
+
124
128
AC_ARG_ENABLE(asan,
125
129
AS_HELP_STRING([--enable-asan], [--enable-asan to build with AddressSanitizer https://github.com/google/sanitizers/wiki/AddressSanitizer (default disabled]))
0 commit comments