aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorTsuda Kageyu <tsuda.kageyu@gmail.com>2013-06-10 01:19:47 +0900
committerTsuda Kageyu <tsuda.kageyu@gmail.com>2013-06-10 01:19:47 +0900
commit6d2e0e80502ee438b2b33710ab5886930cea062e (patch)
treef08702d94f04550475e8eaba8a0f69a98eb82838 /config.h.cmake
parent2f29ed003c182c7ecc72c6182fc5267558918ef7 (diff)
Moved a macro from taglib_config.h to config.h
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 15d2f997..f8dcbbde 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -31,4 +31,7 @@
/* Defined if you have libz */
#cmakedefine HAVE_ZLIB 1
+/* Indicates whether debug messages are shown even in release mode */
+#cmakedefine TRACE_IN_RELEASE 1
+
#cmakedefine TESTS_DIR "@TESTS_DIR@"