From: IOhannes m zmölnig Date: Wed, 10 Feb 2016 15:45:37 +0000 (+0100) Subject: use defaults for JUCE_LOG_ASSERTIONS and JUCE_CHECK_MEMORY_LEAKS X-Git-Tag: archive/raspbian/5.4.5_ds0-1+rpi1~1^2~321 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=139f41bf5e50ef853b1598acde7823826c5b6bbb;p=juce.git use defaults for JUCE_LOG_ASSERTIONS and JUCE_CHECK_MEMORY_LEAKS this is important for Debug/Release builds. getting this right will also fix the "unresolved non-virtual thunk" problems we have seen earlier --- diff --git a/debian/libbuilder/AppConfig.h b/debian/libbuilder/AppConfig.h index d8746cfe..70017ced 100644 --- a/debian/libbuilder/AppConfig.h +++ b/debian/libbuilder/AppConfig.h @@ -117,11 +117,11 @@ #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