summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authorjan <jan>2011-03-26 06:36:59 (GMT)
committerjan <jan>2011-03-26 06:36:59 (GMT)
commit7f4ebc5b491c84a4b5d2c351345a132af8c92f19 (patch)
treeb1265c2fc94d6e853dbc16fa443c7f830b2d519d /win/makefile.vc
parentf771c160a7e4df69ce3d828e0b2f0dc02f41a898 (diff)
parent6a9c001868f56dc3f5ff2b373bf3266f49cfc9cb (diff)
downloadtk-7f4ebc5b491c84a4b5d2c351345a132af8c92f19.zip
tk-7f4ebc5b491c84a4b5d2c351345a132af8c92f19.tar.gz
tk-7f4ebc5b491c84a4b5d2c351345a132af8c92f19.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/makefile.vc')
-rw-r--r--win/makefile.vc2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index fdc534d..79b2df4 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -472,7 +472,7 @@ STUB_CFLAGS = $(cflags) $(cdebug) $(TK_DEFINES)
#---------------------------------------------------------------------
!if $(DEBUG)
-ldebug = -debug:full -debugtype:cv
+ldebug = -debug -debugtype:cv
!else
ldebug = -release -opt:ref -opt:icf,3
!endif