From 33addfbf9cc21cd69b3d6476eb0c062bb2c6fcfb Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Tue, 15 Jun 2021 19:14:45 +0200 Subject: Re-link if link flags change. --- task_ld.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'task_ld.h') diff --git a/task_ld.h b/task_ld.h index 709f238..286fe39 100644 --- a/task_ld.h +++ b/task_ld.h @@ -30,8 +30,11 @@ public: std::string target() const override; private: + std::string flagsString() const; + std::vector objectFiles; std::filesystem::path targetFile; + std::filesystem::path flagsFile; const BuildConfiguration& config; const Settings& settings; -- cgit v1.2.3