From 67dc9215dc549b2402f1c8bbd744c172da248c7a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 13 Jan 2013 12:41:59 +0000 Subject: Make variable to say whether we were built with debug or not. --- src/version.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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; } -- cgit v1.2.3