summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xwin/configure2
-rw-r--r--win/tcl.m42
2 files changed, 2 insertions, 2 deletions
diff --git a/win/configure b/win/configure
index 20fcc99..271bc3a 100755
--- a/win/configure
+++ b/win/configure
@@ -3845,7 +3845,7 @@ _ACEOF
EXTRA_CFLAGS=""
CFLAGS_WARNING="-W3"
- LDFLAGS_DEBUG="-debug:full"
+ LDFLAGS_DEBUG="-debug"
LDFLAGS_OPTIMIZE="-release"
# Specify the CC output file names based on the target name
diff --git a/win/tcl.m4 b/win/tcl.m4
index c39bd7f..51498d6 100644
--- a/win/tcl.m4
+++ b/win/tcl.m4
@@ -782,7 +782,7 @@ file for information about building with Mingw.])
EXTRA_CFLAGS=""
CFLAGS_WARNING="-W3"
- LDFLAGS_DEBUG="-debug:full"
+ LDFLAGS_DEBUG="-debug"
LDFLAGS_OPTIMIZE="-release"
# Specify the CC output file names based on the target name