summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-10-19 13:06:15 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-10-19 13:06:15 (GMT)
commit4cecb91655d5edaf152979a1f194f001238f2110 (patch)
treeff3f92cc4a4d1ee0b5afedbf52fc305652b8a1d5 /macosx
parent8ce6115cf59c570acf00e2ac58a26235288ad90f (diff)
parent40c3ec35eed68747b5fcde78f05600dc10a58308 (diff)
downloadtcl-4cecb91655d5edaf152979a1f194f001238f2110.zip
tcl-4cecb91655d5edaf152979a1f194f001238f2110.tar.gz
tcl-4cecb91655d5edaf152979a1f194f001238f2110.tar.bz2
Merge 8.6.
Restore "install-strip" target to what it was in Tcl 8.6. Just don't use it any more on MacOS, since that's the only platform it doesn't work well.
Diffstat (limited to 'macosx')
-rw-r--r--macosx/GNUmakefile2
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