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/configure | |
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/configure')
-rwxr-xr-x | win/configure | 2 |
1 files changed, 1 insertions, 1 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 |