aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/compile.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-07-22 22:48:02 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-07-22 22:48:02 +0200
commita4d5263f912ccc1397b8f5fc5278f22d2b1c8205 (patch)
tree250e4d059e737468e691bc1ffe241680e483e07b /build2/cc/compile.cxx
parent18697575ae7f8cf3b0ec978b09ec4e5fb7a53b21 (diff)
Increase target data pad size
Diffstat (limited to 'build2/cc/compile.cxx')
-rw-r--r--build2/cc/compile.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/cc/compile.cxx b/build2/cc/compile.cxx
index 2153205..6263120 100644
--- a/build2/cc/compile.cxx
+++ b/build2/cc/compile.cxx
@@ -129,11 +129,11 @@ namespace build2
translation_type type;
preprocessed pp = preprocessed::none;
+ bool touch = false; // Target needs to be touched.
+ timestamp mt = timestamp_unknown; // Target timestamp.
prerequisite_member src;
auto_rmfile psrc; // Preprocessed source, if any.
path dd; // Dependency database path.
- timestamp mt = timestamp_unknown; // Target timestamp.
- bool touch = false; // Target needs to be touched.
module_positions mods = {0, 0, 0};
};