diff options
Diffstat (limited to 'src/tools/tool-options.h')
-rw-r--r-- | src/tools/tool-options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/tool-options.h b/src/tools/tool-options.h index 320cd6ba1..0cc1722a7 100644 --- a/src/tools/tool-options.h +++ b/src/tools/tool-options.h @@ -95,6 +95,7 @@ struct ToolOptions : public Options { .addFeature(FeatureSet::RelaxedSIMD, "relaxed SIMD") .addFeature(FeatureSet::ExtendedConst, "extended const expressions") .addFeature(FeatureSet::Strings, "strings") + .addFeature(FeatureSet::MultiMemories, "multi-memories") .add("--no-validation", "-n", "Disables validation, assumes inputs are correct", |