We talked a while ago about compiling zlib code without debug options,
but I don't think we concluded that with a commit.
Any objections to making this change?
(There may be a prettier way than just slamming the var)
[1] http://markmail.org/message/dpnz2mcgp22k6yjr
Regards,
Tim
Index: src/main/native/zlib/unix/makefile
===================================================================
--- src/main/native/zlib/unix/makefile (revision 664690)
+++ src/main/native/zlib/unix/makefile (working copy)
@@ -17,6 +17,9 @@
# Makefile for module 'zlib'
#
+# We don't need to debug into zlib
+HY_CFG=release
+
include $(HY_HDK)/build/make/defines.mk
ZLIB_DIST=../../zlib_dist/# Path to zlib
Index: src/main/native/zlib/windows/makefile
===================================================================
--- src/main/native/zlib/windows/makefile (revision 664690)
+++ src/main/native/zlib/windows/makefile (working copy)
@@ -17,6 +17,9 @@
# Makefile for module 'zlib'
#
+# We don't need to debug into zlib
+HY_CFG=release
+
!include <$(HY_HDK)\build\make\defines.mak>
LIBBASE=hyzlib