summaryrefslogtreecommitdiff
path: root/src/version.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-01-13 12:41:59 +0000
committerCarl Hetherington <cth@carlh.net>2013-01-13 12:41:59 +0000
commit67dc9215dc549b2402f1c8bbd744c172da248c7a (patch)
tree51a831e4fee70bff0bfe2b808ae167c547c46831 /src/version.h
parentf97ca538bca0af77b44b1072592708eeeff3ba2a (diff)
Make variable to say whether we were built with debug or not.
Diffstat (limited to 'src/version.h')
-rw-r--r--src/version.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/version.h b/src/version.h
index 7fd9dc25..52abd13a 100644
--- a/src/version.h
+++ b/src/version.h
@@ -3,5 +3,6 @@ namespace libdcp {
extern char const * version;
extern char const * git_commit;
+extern bool built_with_debug;
}