diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-04-21 12:59:05 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-04-21 12:59:05 (GMT) |
commit | e12b1646c6f675cf09d5f1a72d4ecdffa5da7396 (patch) | |
tree | 4f417c822526f3e7e666e6766cab262202ab1ce8 /unix/configure | |
parent | a3ba99dcec19d054f02105a5a3dcc61667565d9b (diff) | |
parent | 022866233a63e9133701ff21ca684cb009c171fb (diff) | |
download | tcl-e12b1646c6f675cf09d5f1a72d4ecdffa5da7396.zip tcl-e12b1646c6f675cf09d5f1a72d4ecdffa5da7396.tar.gz tcl-e12b1646c6f675cf09d5f1a72d4ecdffa5da7396.tar.bz2 |
Merge 8.6
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure index e2567ea..3d24f28 100755 --- a/unix/configure +++ b/unix/configure @@ -6411,7 +6411,7 @@ fi LDFLAGS="$LDFLAGS -pthread" ;; Darwin-*) - CFLAGS_OPTIMIZE="-Os" + CFLAGS_OPTIMIZE="-O2" SHLIB_CFLAGS="-fno-common" # To avoid discrepancies between what headers configure sees during # preprocessing tests and compiling tests, move any -isysroot and |