shithub: freetype+ttf2subf

Download patch

ref: 38cb5af01f4050b075749c731a4eb18196f84956
parent: 38d979ceb473b48c92ed5e6dad57a743fc9cd50b
author: David Turner <[email protected]>
date: Tue Aug 22 18:51:57 EDT 2000

changed the "devel" setup targets to use "builds/<system>/devel"
as the build directory. This is used to specify a specific
"ftoption.h" that toggles all traces and logging on.

Hence, the default build doesn't need the traces

git/fs: mount .git/fs: mount/attach disallowed
--- a/builds/unix/unix-dev.mk
+++ b/builds/unix/unix-dev.mk
@@ -25,7 +25,7 @@
 DELETE   := rm -f
 SEP      := /
 HOSTSEP  := $(SEP)
-BUILD    := $(TOP)/builds/unix
+BUILD    := $(TOP)/builds/unix/devel
 PLATFORM := unixdev  # do not set it to "unix", or libtool will trick you..
 CC       := gcc
 
--- a/builds/win32/w32-dev.mk
+++ b/builds/win32/w32-dev.mk
@@ -25,7 +25,7 @@
 DELETE   := del
 SEP      := /
 HOSTSEP  := $(strip \ )
-BUILD    := $(TOP)/builds/win32
+BUILD    := $(TOP)/builds/win32/devel
 PLATFORM := win32
 CC       := gcc
 
--- a/include/freetype/config/ftoption.h
+++ b/include/freetype/config/ftoption.h
@@ -199,8 +199,8 @@
   /*                                                                       */
   /*   Don't define any of these macros to compile in `release' mode!      */
   /*                                                                       */
-#define FT_DEBUG_LEVEL_ERROR
-#define FT_DEBUG_LEVEL_TRACE
+#undef  FT_DEBUG_LEVEL_ERROR
+#undef  FT_DEBUG_LEVEL_TRACE
 
 
   /*************************************************************************/