diff options
author | cbdev <cb@cbcdn.com> | 2020-08-09 14:18:03 +0200 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2020-08-09 14:18:03 +0200 |
commit | f23ff5277386fc5658b349f0d35d8850a3752f0a (patch) | |
tree | 0229248f8fac46253c7af68c54053c0b0d2c43ed | |
parent | ee055791d1430187ec175c3f065398460a5acf6b (diff) | |
download | midimonster-f23ff5277386fc5658b349f0d35d8850a3752f0a.tar.gz midimonster-f23ff5277386fc5658b349f0d35d8850a3752f0a.tar.bz2 midimonster-f23ff5277386fc5658b349f0d35d8850a3752f0a.zip |
Don't build config parser in debug mode
-rw-r--r-- | config.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -7,7 +7,6 @@ #endif #define BACKEND_NAME "core/cfg" -#define DEBUG #include "midimonster.h" #include "config.h" #include "backend.h" |