From f4eb3c80e63b5323dbb19b1103ba1db2dd1c4c41 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Tue, 15 Jun 2021 18:44:14 +0200 Subject: Recompile affected files if compiler flags change in build configuration. --- task_cc.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'task_cc.h') diff --git a/task_cc.h b/task_cc.h index c73a1e5..5c19017 100644 --- a/task_cc.h +++ b/task_cc.h @@ -29,9 +29,14 @@ public: std::string target() const override; private: + std::vector flags() const; + std::string flagsString() const; + std::string compiler() const; + std::filesystem::path sourceFile; std::filesystem::path targetFile; std::filesystem::path depsFile; + std::filesystem::path flagsFile; const BuildConfiguration& config; const Settings& settings; -- cgit v1.2.3