1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-05 22:59:29 +02:00

Expose the benchmark tool in end-user builds

This commit is contained in:
Paul Licameli 2017-08-23 11:45:33 -04:00
parent 78567cbba9
commit ea14a117df

View File

@ -1203,12 +1203,15 @@ void AudacityProject::CreateMenusAndCommands()
c->BeginSubMenu( _("&Tools") );
c->AddItem(wxT("Screenshot"), _("&Screenshot Tools..."), FN(OnScreenshot));
#if IS_ALPHA
// PRL: team consensus for 2.2.0 was, we let end users have this diagnostic,
// as they used to in 1.3.x
//#if IS_ALPHA
// TODO: What should we do here? Make benchmark a plug-in?
// Easy enough to do. We'd call it mod-self-test.
c->AddItem(wxT("Benchmark"), _("&Run Benchmark..."), FN(OnBenchmark));
#endif
//#endif
c->EndSubMenu();
c->AddSeparator();