aboutsummaryrefslogtreecommitdiff
path: root/build2/target
diff options
context:
space:
mode:
Diffstat (limited to 'build2/target')
-rw-r--r--build2/target2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/target b/build2/target
index 2e13e69..c5047d2 100644
--- a/build2/target
+++ b/build2/target
@@ -486,7 +486,7 @@ namespace build2
//
// Note that the recipe may modify (mutable) the data.
//
- static constexpr size_t data_size = sizeof (string) * 4;
+ static constexpr size_t data_size = sizeof (string) * 8;
mutable std::aligned_storage<data_size>::type data_pad;
mutable void (*data_dtor) (void*) = nullptr;