diff options
| author | jan <jan> | 2011-03-26 06:25:03 (GMT) |
|---|---|---|
| committer | jan <jan> | 2011-03-26 06:25:03 (GMT) |
| commit | 04b2977e1da893ce4a7370789ec7eb47e7afcc4a (patch) | |
| tree | 39fde8abff6da9f2a7ee907d528d3345ab8a17da | |
| parent | 5c7ffa38a0daf634121a02310f1d9f96971ddac8 (diff) | |
| download | tcl-04b2977e1da893ce4a7370789ec7eb47e7afcc4a.zip tcl-04b2977e1da893ce4a7370789ec7eb47e7afcc4a.tar.gz tcl-04b2977e1da893ce4a7370789ec7eb47e7afcc4a.tar.bz2 | |
The -debug:full option is not supported when using the modern versions of link.exe included with MSVC, use -debug instead
| -rwxr-xr-x | win/configure | 2 | ||||
| -rw-r--r-- | win/tcl.m4 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/win/configure b/win/configure index f67e4b7..f7da2f0 100755 --- a/win/configure +++ b/win/configure @@ -1866,7 +1866,7 @@ EOF 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 @@ -747,7 +747,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ 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 |
