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
VER-2-0-4-PATCH
David Turner 25 years ago
parent b1baf48034
commit 6ff656adc3
  1. 2
      builds/unix/unix-dev.mk
  2. 2
      builds/win32/w32-dev.mk
  3. 4
      include/freetype/config/ftoption.h

@ -25,7 +25,7 @@ endif
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

@ -25,7 +25,7 @@ endif
DELETE := del
SEP := /
HOSTSEP := $(strip \ )
BUILD := $(TOP)/builds/win32
BUILD := $(TOP)/builds/win32/devel
PLATFORM := win32
CC := gcc

@ -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
/*************************************************************************/

Loading…
Cancel
Save