diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-02-24 12:01:04 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-02-24 12:01:04 (GMT) |
commit | 730152b60845a57bf99441a6acf458ec96053fe2 (patch) | |
tree | 0e9a3c709d046ea4dd2b6be29d8a239f04ff4b78 /win/configure | |
parent | 5eb39e3973c7016b834d0881ca4c69515a1e89e0 (diff) | |
parent | 904ba06b0a6c9333a032d2da553efc386b0a2916 (diff) | |
download | tcl-730152b60845a57bf99441a6acf458ec96053fe2.zip tcl-730152b60845a57bf99441a6acf458ec96053fe2.tar.gz tcl-730152b60845a57bf99441a6acf458ec96053fe2.tar.bz2 |
Merge 8.5
Diffstat (limited to 'win/configure')
-rwxr-xr-x | win/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/configure b/win/configure index a40b4c2..4979961 100755 --- a/win/configure +++ b/win/configure @@ -3596,7 +3596,7 @@ echo "$as_me: error: ${CC} does not support the -shared option. CFLAGS_DEBUG=-g CFLAGS_OPTIMIZE="-O2 -fomit-frame-pointer" - CFLAGS_WARNING="-Wall" + CFLAGS_WARNING="-Wall -Wpointer-arith" LDFLAGS_DEBUG= LDFLAGS_OPTIMIZE= |