diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2021-06-15 19:14:45 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2021-06-15 19:14:45 +0200 |
commit | 33addfbf9cc21cd69b3d6476eb0c062bb2c6fcfb (patch) | |
tree | eb7c6e6ff474c8b437071aaa59c4c8bc10f88d09 /task_ld.h | |
parent | f4eb3c80e63b5323dbb19b1103ba1db2dd1c4c41 (diff) |
Re-link if link flags change.
Diffstat (limited to 'task_ld.h')
-rw-r--r-- | task_ld.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -30,8 +30,11 @@ public: std::string target() const override; private: + std::string flagsString() const; + std::vector<std::filesystem::path> objectFiles; std::filesystem::path targetFile; + std::filesystem::path flagsFile; const BuildConfiguration& config; const Settings& settings; |