mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Add more debug to configure.ac
This commit is contained in:
parent
8c345273ff
commit
3fab20b45e
1 changed files with 10 additions and 0 deletions
10
configure.ac
10
configure.ac
|
@ -141,6 +141,16 @@ echo "Window Switcher dialog Enabled"
|
|||
else
|
||||
echo "Window Switcher dialog Disabled"
|
||||
fi
|
||||
if test x$enable_asan = xyes; then
|
||||
echo "Asan address sanitize Enabled"
|
||||
else
|
||||
echo "Asan address sanitize Disabled"
|
||||
fi
|
||||
if test x$enable_gcov = xyes; then
|
||||
echo "Code Coverage Enabled"
|
||||
else
|
||||
echo "Code Coverage Disabled"
|
||||
fi
|
||||
echo "-------------------------------------"
|
||||
echo "Now type 'make' to build"
|
||||
echo ""
|
||||
|
|
Loading…
Reference in a new issue