mirror of
https://github.com/davatorium/rofi.git
synced 2025-02-03 15:34:54 -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,
|
||||
[ --enable-gcov Enable source code coverage testing using gcov],
|
||||
[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 Disable window mode
|
||||
dnl ---------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue