diff options
author | jan <jan> | 2011-03-26 06:38:59 (GMT) |
---|---|---|
committer | jan <jan> | 2011-03-26 06:38:59 (GMT) |
commit | 930de52891403951f148fa3fb5640fd319446b64 (patch) | |
tree | 6c1af715105c1e6df451a99162c43c8eb1ebe4c8 /win/tcl.m4 | |
parent | 2d43f302babfefbdcacdd9855d22ca66f64978bc (diff) | |
parent | 51f9be40bc41cd08e38965b2c52f3323e6320008 (diff) | |
download | tk-930de52891403951f148fa3fb5640fd319446b64.zip tk-930de52891403951f148fa3fb5640fd319446b64.tar.gz tk-930de52891403951f148fa3fb5640fd319446b64.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 |