summaryrefslogtreecommitdiff
path: root/git-tag.h
diff options
context:
space:
mode:
authorJulian Blake Kongslie2022-06-26 22:33:35 -0700
committerJulian Blake Kongslie2022-06-26 22:33:35 -0700
commit63e8930dd238ef80b226223cfd83f73dbb858a81 (patch)
tree9b068cc698cab3feed2e15acbd4d67970405fed0 /git-tag.h
parentMove a bunch of code from headers to separate compilation units. (diff)
downloadissim-63e8930dd238ef80b226223cfd83f73dbb858a81.tar.xz
Support link-time optimization.
Diffstat (limited to 'git-tag.h')
-rw-r--r--git-tag.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/git-tag.h b/git-tag.h
index 280f0c7..0f36b73 100644
--- a/git-tag.h
+++ b/git-tag.h
@@ -1,5 +1,3 @@
1#pragma once 1#pragma once
2 2
3#include <string> 3extern const char *GIT_TAG;
4
5extern const std::string GIT_TAG;