mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-25 13:55:34 -05:00
Allow enabling of debug data from build system.
This commit is contained in:
parent
c549c4f72d
commit
8046fbec08
1 changed files with 9 additions and 0 deletions
|
@ -33,6 +33,15 @@ AC_ARG_ENABLE(gcov,
|
||||||
[ --enable-gcov Enable source code coverage testing using gcov],
|
[ --enable-gcov Enable source code coverage testing using gcov],
|
||||||
[CFLAGS="$CFLAGS -fprofile-arcs -ftest-coverage"])
|
[CFLAGS="$CFLAGS -fprofile-arcs -ftest-coverage"])
|
||||||
|
|
||||||
|
|
||||||
|
dnl
|
||||||
|
dnl Enable timing debug output.
|
||||||
|
dnl
|
||||||
|
|
||||||
|
AC_ARG_ENABLE(timings,
|
||||||
|
[ --enable-timings Enable debug information about timings],
|
||||||
|
[CFLAGS="$CFLAGS -DTIMING"])
|
||||||
|
|
||||||
##
|
##
|
||||||
# Check dependencies
|
# Check dependencies
|
||||||
##
|
##
|
||||||
|
|
Loading…
Reference in a new issue