1
0
Fork 0
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:
Dave Davenport 2014-11-06 17:21:55 +01:00
parent c549c4f72d
commit 8046fbec08

View file

@ -33,6 +33,15 @@ AC_ARG_ENABLE(gcov,
[ --enable-gcov Enable source code coverage testing using gcov],
[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
##