diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-10-19 13:08:48 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-10-19 13:08:48 (GMT) |
commit | f803a65cc1f899c03c6a38be5d9185b74a075dde (patch) | |
tree | fa85e4e42695aeef1c993d0c0c4d4f83caf116eb /macosx | |
parent | 3c0c59407f61fb9c78ced15b50d084b3670ca7b8 (diff) | |
parent | 4cecb91655d5edaf152979a1f194f001238f2110 (diff) | |
download | tcl-f803a65cc1f899c03c6a38be5d9185b74a075dde.zip tcl-f803a65cc1f899c03c6a38be5d9185b74a075dde.tar.gz tcl-f803a65cc1f899c03c6a38be5d9185b74a075dde.tar.bz2 |
Merge 8.7
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/GNUmakefile b/macosx/GNUmakefile index 9d82e42..04c2230 100644 --- a/macosx/GNUmakefile +++ b/macosx/GNUmakefile @@ -76,7 +76,7 @@ space := ${empty} ${empty} objdir = $(subst ${space},\ ,${OBJ_DIR}) develop_make_args := BUILD_STYLE=Development CONFIGURE_ARGS=--enable-symbols -deploy_make_args := BUILD_STYLE=Deployment INSTALL_TARGET=install-strip \ +deploy_make_args := BUILD_STYLE=Deployment INSTALL_TARGET=install \ EXTRA_CFLAGS=-DNDEBUG embedded_make_args := EMBEDDED_BUILD=1 install_make_args := INSTALL_BUILD=1 |