diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-29 14:12:12 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-29 14:12:12 (GMT) |
commit | 6f15921344fe5ec55c9d0593d6cba88759c60392 (patch) | |
tree | bb66aedad78ef6d463440a3e219b6ec6424213cb /macosx | |
parent | 53aa26be9a07a24dfdcd8a9bfb73945774b4b606 (diff) | |
parent | 2cf339ce3b7563d8977fe920b618950153826787 (diff) | |
download | tcl-6f15921344fe5ec55c9d0593d6cba88759c60392.zip tcl-6f15921344fe5ec55c9d0593d6cba88759c60392.tar.gz tcl-6f15921344fe5ec55c9d0593d6cba88759c60392.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 93fd843..6451c66 100644 --- a/macosx/GNUmakefile +++ b/macosx/GNUmakefile @@ -88,7 +88,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 \ +deploy_make_args := BUILD_STYLE=Deployment INSTALL_TARGET=install-strip \ EXTRA_CFLAGS=-DNDEBUG embedded_make_args := EMBEDDED_BUILD=1 install_make_args := INSTALL_BUILD=1 |