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 /win/tcl.m4 | |
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
Diffstat (limited to 'win/tcl.m4')
-rw-r--r-- | win/tcl.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |