.
diff --git a/src/tools/tool-options.h b/src/tools/tool-options.h
index af5d4f9..f997336 100644
--- a/src/tools/tool-options.h
+++ b/src/tools/tool-options.h
@@ -150,7 +150,7 @@
 private:
   bool hasFeatureOptions = false;
   bool detectFeatures = false;
-  FeatureSet enabledFeatures = FeatureSet::MVP;
+  FeatureSet enabledFeatures;
   FeatureSet disabledFeatures = FeatureSet::MVP;
 };