diff options
author | jan <jan> | 2011-03-26 06:30:23 (GMT) |
---|---|---|
committer | jan <jan> | 2011-03-26 06:30:23 (GMT) |
commit | 9b50c252d19d80033beda3f86cee10e443c0f61b (patch) | |
tree | d526bbb8e15bab5e85544dce350a70e7eefc5382 | |
parent | 4ec87ed40d7fc5b316c7613b9f2677b67a72bb08 (diff) | |
parent | f6e39f12097065e62da6885b91213f473f1ae69e (diff) | |
download | tcl-9b50c252d19d80033beda3f86cee10e443c0f61b.zip tcl-9b50c252d19d80033beda3f86cee10e443c0f61b.tar.gz tcl-9b50c252d19d80033beda3f86cee10e443c0f61b.tar.bz2 |
The -debug:full option is not supported when using the modern versions of link.exe included with MSVC, use -debug instead
-rwxr-xr-x | win/configure | 2 | ||||
-rw-r--r-- | win/tcl.m4 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/win/configure b/win/configure index 099c1cb..632ae99 100755 --- a/win/configure +++ b/win/configure @@ -4408,7 +4408,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 @@ -755,7 +755,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ 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 |