mirror of
https://git.openafs.org/openafs.git
synced 2025-01-21 00:10:15 +00:00
winnt-checked-do-debug-20030904
FIXES 2069 Disable optimization; generate full debug info in objs for checked build.
This commit is contained in:
parent
b124918ec9
commit
333975e879
@ -319,6 +319,9 @@ ldebug = /NODEFAULTLIB:LIBC
|
||||
#ldebug = $(ldebug) -debugtype:cv
|
||||
#!ENDIF
|
||||
|
||||
# Disable optimization; generate full debug info in obj.
|
||||
afscflags = $(afscflags) /Od /Zi
|
||||
|
||||
!IFDEF VADUMP
|
||||
ldebug = $(ldebug) -debugtype:both
|
||||
ldebug = $(ldebug:-debugtype:cv=)
|
||||
|
Loading…
Reference in New Issue
Block a user