diff options
| author | Julian Blake Kongslie | 2022-06-26 22:33:35 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2022-06-26 22:33:35 -0700 |
| commit | 63e8930dd238ef80b226223cfd83f73dbb858a81 (patch) | |
| tree | 9b068cc698cab3feed2e15acbd4d67970405fed0 /git-tag.h | |
| parent | Move a bunch of code from headers to separate compilation units. (diff) | |
| download | issim-63e8930dd238ef80b226223cfd83f73dbb858a81.tar.xz | |
Support link-time optimization.
Diffstat (limited to '')
| -rw-r--r-- | git-tag.h | 4 |
1 files changed, 1 insertions, 3 deletions
| @@ -1,5 +1,3 @@ | |||
| 1 | #pragma once | 1 | #pragma once |
| 2 | 2 | ||
| 3 | #include <string> | 3 | extern const char *GIT_TAG; |
| 4 | |||
| 5 | extern const std::string GIT_TAG; | ||
