summaryrefslogtreecommitdiff
path: root/include/anope.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/anope.h')
-rw-r--r--include/anope.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/anope.h b/include/anope.h
index f3f05cb15..49e7c7ddc 100644
--- a/include/anope.h
+++ b/include/anope.h
@@ -350,7 +350,9 @@ namespace Anope
template<typename T> using hash_map = std::unordered_map<string, T, hash_ci, compare_ci>;
template<typename T> using locale_hash_map = std::unordered_map<string, T, hash_locale, compare_locale>;
+#ifndef REPRODUCIBLE_BUILD
static const char *const compiled = __TIME__ " " __DATE__;
+#endif
/** The time Anope started.
*/