use defaults for JUCE_LOG_ASSERTIONS and JUCE_CHECK_MEMORY_LEAKS
authorIOhannes m zmölnig <zmoelnig@umlautQ.umlaeute.mur.at>
Wed, 10 Feb 2016 15:45:37 +0000 (16:45 +0100)
committerIOhannes m zmölnig <zmoelnig@umlautQ.umlaeute.mur.at>
Wed, 10 Feb 2016 15:45:37 +0000 (16:45 +0100)
this is important for Debug/Release builds.
getting this right will also fix the "unresolved non-virtual thunk"
problems we have seen earlier

debian/libbuilder/AppConfig.h

index d8746cfe4b1ac6d7f2780cb7285a211b3a641358..70017ced708bcff98508f1c8e5ca866ca41f6be5 100644 (file)
 #endif
 
 #ifndef    JUCE_LOG_ASSERTIONS
- #define   JUCE_LOG_ASSERTIONS 1
+ //#define JUCE_LOG_ASSERTIONS
 #endif
 
 #ifndef    JUCE_CHECK_MEMORY_LEAKS
- #define   JUCE_CHECK_MEMORY_LEAKS 1
+ //#define JUCE_CHECK_MEMORY_LEAKS
 #endif
 
 #ifndef    JUCE_DONT_AUTOLINK_TO_WIN32_LIBRARIES