Fix non-debug builds; Special DPF tweaks; Disable auto-save

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-10-09 03:22:04 +01:00
parent 6fbd38b858
commit c19b9fd34d
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
6 changed files with 22 additions and 9 deletions

View file

@ -32,7 +32,9 @@
#include <osdialog.h>
#undef DEBUG
#ifdef NDEBUG
# undef DEBUG
#endif
#include "DistrhoPlugin.hpp"
START_NAMESPACE_DISTRHO
@ -54,6 +56,7 @@ struct Initializer {
using namespace rack;
settings::devMode = true;
settings::autosaveInterval = 0;
system::init();
asset::init();
logger::init();