summaryrefslogtreecommitdiffstats
path: root/win/configure
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-09 15:04:20 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-09 15:04:20 (GMT)
commit27738c5c9cf0e3ef7263f697877f2a3059e857b9 (patch)
tree2ff82266f0348718dac40c3346ab36ac21444729 /win/configure
parentdaa3771e12e96bdd0f10d5533f3ffd3dc890753d (diff)
downloadtk-27738c5c9cf0e3ef7263f697877f2a3059e857b9.zip
tk-27738c5c9cf0e3ef7263f697877f2a3059e857b9.tar.gz
tk-27738c5c9cf0e3ef7263f697877f2a3059e857b9.tar.bz2
Sync unix/tcl.m4 and win/tcl.m4 with Tcl. Simplify linux-build.yml
Diffstat (limited to 'win/configure')
-rwxr-xr-xwin/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/configure b/win/configure
index 9748e8e..015c729 100755
--- a/win/configure
+++ b/win/configure
@@ -4248,7 +4248,7 @@ $as_echo "using shared flags" >&6; }
CFLAGS_DEBUG=-g
CFLAGS_OPTIMIZE="-O2 -fomit-frame-pointer"
- CFLAGS_WARNING="-Wall -Wextra -Wshadow -Wundef -Wwrite-strings -Wpointer-arith"
+ CFLAGS_WARNING="-Wall -Wextra -Wshadow -Wundef -Wwrite-strings -Wpointer-arith -finput-charset=UTF-8"
LDFLAGS_DEBUG=
LDFLAGS_OPTIMIZE=
@@ -4257,7 +4257,7 @@ $as_echo "using shared flags" >&6; }
CFLAGS_WARNING="${CFLAGS_WARNING} -Wno-format"
;;
*)
- CFLAGS_WARNING="${CFLAGS_WARNING} -Wc++-compat -Wdeclaration-after-statement"
+ CFLAGS_WARNING="${CFLAGS_WARNING} -Wc++-compat -fextended-identifiers -Wdeclaration-after-statement"
;;
esac