diff options
author | jan <jan> | 2011-03-26 06:35:28 (GMT) |
---|---|---|
committer | jan <jan> | 2011-03-26 06:35:28 (GMT) |
commit | 6a9c001868f56dc3f5ff2b373bf3266f49cfc9cb (patch) | |
tree | 5fdd6154fdc4eafa9fa2cc80e666db644d9603dd /win/configure | |
parent | cf97fb203ac16de6268878b6d2bb2eb0d8d3c695 (diff) | |
download | tk-6a9c001868f56dc3f5ff2b373bf3266f49cfc9cb.zip tk-6a9c001868f56dc3f5ff2b373bf3266f49cfc9cb.tar.gz tk-6a9c001868f56dc3f5ff2b373bf3266f49cfc9cb.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 19548bf..92b5873 100755 --- a/win/configure +++ b/win/configure @@ -1573,7 +1573,7 @@ EOF 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 |