mirror of
https://github.com/davatorium/rofi.git
synced 2025-02-10 15:44:41 -05:00
add --enable-asan
This commit is contained in:
parent
f0b1998703
commit
51a4c252f4
1 changed files with 4 additions and 0 deletions
|
@ -48,6 +48,10 @@ dnl ---------------------------------------------------------------------
|
||||||
AC_ARG_ENABLE(gcov,
|
AC_ARG_ENABLE(gcov,
|
||||||
[ --enable-gcov Enable source code coverage testing using gcov],
|
[ --enable-gcov Enable source code coverage testing using gcov],
|
||||||
[AM_CFLAGS="${AM_CFLAGS} -coverage"])
|
[AM_CFLAGS="${AM_CFLAGS} -coverage"])
|
||||||
|
|
||||||
|
AC_ARG_ENABLE(asan,
|
||||||
|
[ --enable-asan asan],
|
||||||
|
[AM_CFLAGS="${AM_CFLAGS} -fsanitize=address -fno-omit-frame-pointer -g3"])
|
||||||
dnl ---------------------------------------------------------------------
|
dnl ---------------------------------------------------------------------
|
||||||
dnl Disable window mode
|
dnl Disable window mode
|
||||||
dnl ---------------------------------------------------------------------
|
dnl ---------------------------------------------------------------------
|
||||||
|
|
Loading…
Add table
Reference in a new issue