From 63e8930dd238ef80b226223cfd83f73dbb858a81 Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Sun, 26 Jun 2022 22:33:35 -0700 Subject: Support link-time optimization. --- git-tag.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'git-tag.h') 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 @@ #pragma once -#include - -extern const std::string GIT_TAG; +extern const char *GIT_TAG; -- cgit v1.2.3