Fix non-debug builds; Special DPF tweaks; Disable auto-save
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
6fbd38b858
commit
c19b9fd34d
6 changed files with 22 additions and 9 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue