From f352dbb8308ddeab5fa47a5d18883f854192ec53 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 22 May 2020 11:34:19 +0200 Subject: Make template definition available in all translation units where used We were trying to be clever but GCC 10's IPA-SRA optimization didn't like it. --- libbuild2/bin/init.cxx | 2 +- libbuild2/bin/rule.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'libbuild2/bin') diff --git a/libbuild2/bin/init.cxx b/libbuild2/bin/init.cxx index 34bfcd7..4af3c1d 100644 --- a/libbuild2/bin/init.cxx +++ b/libbuild2/bin/init.cxx @@ -1,4 +1,4 @@ -// file : build2/bin/init.cxx -*- C++ -*- +// file : libbuild2/bin/init.cxx -*- C++ -*- // license : MIT; see accompanying LICENSE file #include diff --git a/libbuild2/bin/rule.cxx b/libbuild2/bin/rule.cxx index e6f234a..a2cdf8c 100644 --- a/libbuild2/bin/rule.cxx +++ b/libbuild2/bin/rule.cxx @@ -1,4 +1,4 @@ -// file : build2/bin/rule.cxx -*- C++ -*- +// file : libbuild2/bin/rule.cxx -*- C++ -*- // license : MIT; see accompanying LICENSE file #include -- cgit v1.1