diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/feature.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/feature.cc b/src/feature.cc index 95cfbd16..0a43a69c 100644 --- a/src/feature.cc +++ b/src/feature.cc @@ -32,6 +32,8 @@ void Features::AddOptions(OptionParser* parser) { #include "src/feature.def" #undef WABT_FEATURE + parser->AddOption("enable-all", "Enable all features", + [this]() { EnableAll(); }); } } // namespace wabt |