0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-24 01:18:53 +02:00

construct: Default to -matrix switch enabled.

This commit is contained in:
Jason Volk 2019-11-30 12:46:10 -08:00
parent 4ca71e21cc
commit 33a2d3ff6d

View file

@ -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<bool, 7> smoketest;