diff options
author | jan <jan> | 2011-03-26 06:32:11 (GMT) |
---|---|---|
committer | jan <jan> | 2011-03-26 06:32:11 (GMT) |
commit | b570644554e1dc8b3efeb2a54cd329b877e8a67c (patch) | |
tree | 09acd08ed2f81060db9aab7ee2077910cdb1639a /win/configure | |
parent | 0e427eadea196a21f96f1b466196056d9430b5a9 (diff) | |
parent | 9b50c252d19d80033beda3f86cee10e443c0f61b (diff) | |
download | tcl-b570644554e1dc8b3efeb2a54cd329b877e8a67c.zip tcl-b570644554e1dc8b3efeb2a54cd329b877e8a67c.tar.gz tcl-b570644554e1dc8b3efeb2a54cd329b877e8a67c.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 2e69364..e505fb2 100755 --- a/win/configure +++ b/win/configure @@ -4538,7 +4538,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 |