diff options
author | jan <jan> | 2011-03-26 06:38:59 (GMT) |
---|---|---|
committer | jan <jan> | 2011-03-26 06:38:59 (GMT) |
commit | ce8a5d0c65e4cd0606dc75c8a6389cffce8fed98 (patch) | |
tree | 6c1af715105c1e6df451a99162c43c8eb1ebe4c8 | |
parent | dd845bda47a6e9a1827c30e0ab18b821ce43ce86 (diff) | |
parent | abbec0d328c797bc549ea05f2a0f721fbc7cb9ba (diff) | |
download | tk-ce8a5d0c65e4cd0606dc75c8a6389cffce8fed98.zip tk-ce8a5d0c65e4cd0606dc75c8a6389cffce8fed98.tar.gz tk-ce8a5d0c65e4cd0606dc75c8a6389cffce8fed98.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 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 @@ -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 |