diff --git a/construct/construct.cc b/construct/construct.cc index 551ce9644..5a73db419 100644 --- a/construct/construct.cc +++ b/construct/construct.cc @@ -35,7 +35,7 @@ bool read_only; bool write_avoid; bool soft_assert; bool nomatrix; -bool matrix; +bool matrix {true}; // matrix server by default. const char *execute; std::array smoketest;