Gitweb links:

...log 
http://git.netsurf-browser.org/toolchains.git/shortlog/70ca3eb8751bb2d96323bf1528e9c6ce80b0b307
...commit 
http://git.netsurf-browser.org/toolchains.git/commit/70ca3eb8751bb2d96323bf1528e9c6ce80b0b307
...tree 
http://git.netsurf-browser.org/toolchains.git/tree/70ca3eb8751bb2d96323bf1528e9c6ce80b0b307

The branch, chris/clib2-debug has been created
        at  70ca3eb8751bb2d96323bf1528e9c6ce80b0b307 (commit)

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/toolchains.git/commit/?id=70ca3eb8751bb2d96323bf1528e9c6ce80b0b307
commit 70ca3eb8751bb2d96323bf1528e9c6ce80b0b307
Author: Chris Young <[email protected]>
Commit: Chris Young <[email protected]>

    Enable clib2 memory debug mode

diff --git a/m68k-unknown-amigaos/recipes/patches/clib2/clib2.stdlib_memory.h.p 
b/m68k-unknown-amigaos/recipes/patches/clib2/clib2.stdlib_memory.h.p
new file mode 100644
index 0000000..1f61659
--- /dev/null
+++ b/m68k-unknown-amigaos/recipes/patches/clib2/clib2.stdlib_memory.h.p
@@ -0,0 +1,29 @@
+--- 
/home/chris/netsurf/toolchains/m68k-unknown-amigaos/builddir/clib2/stdlib_memory.h
 2016-11-18 16:22:21.000000000 +0000
++++ stdlib_memory.h    2016-11-20 14:56:44.477019674 +0000
+@@ -40,7 +40,7 @@
+  * Uncomment this to build a library which has the memory debugging features
+  * enabled.
+  */
+-/*#define __MEM_DEBUG*/
++#define __MEM_DEBUG
+ 
+ /****************************************************************************/
+ 
+@@ -48,7 +48,7 @@
+  * Uncomment this to see reports of where and how much memory is allocated
+  * or released.
+  */
+-/*#define __MEM_DEBUG_LOG*/
++#define __MEM_DEBUG_LOG
+ 
+ /****************************************************************************/
+ 
+@@ -56,7 +56,7 @@
+  * Uncomment this to speed up memory data maintenance operations when
+  * the memory debugging mode is enabled.
+  */
+-/*#define __USE_MEM_TREES*/
++#define __USE_MEM_TREES
+ 
+ /****************************************************************************/
+ 


-----------------------------------------------------------------------


-- 
Cross-compilation toolchains and environments

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to