diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-01-13 12:41:59 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-01-13 12:41:59 +0000 |
| commit | 67dc9215dc549b2402f1c8bbd744c172da248c7a (patch) | |
| tree | 51a831e4fee70bff0bfe2b808ae167c547c46831 /src/version.h | |
| parent | f97ca538bca0af77b44b1072592708eeeff3ba2a (diff) | |
Make variable to say whether we were built with debug or not.
Diffstat (limited to 'src/version.h')
| -rw-r--r-- | src/version.h | 1 |
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; } |
