[SCM] juce/master: use defaults for JUCE_LOG_ASSERTIONS and JUCE_CHECK_MEMORY_LEAKS

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Wed Feb 10 20:53:45 UTC 2016


The following commit has been merged in the master branch:
commit 139f41bf5e50ef853b1598acde7823826c5b6bbb
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Wed Feb 10 16:45:37 2016 +0100

    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 d8746cf..70017ce 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

-- 
juce packaging



More information about the pkg-multimedia-commits mailing list