git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(from parent 1:
b124918
)
winnt-checked-do-debug-20030904
author
Jeffrey Altman
<jaltman@columbia.edu>
Thu, 4 Sep 2003 16:35:05 +0000 (16:35 +0000)
committer
Derrick Brashear
<shadow@dementia.org>
Thu, 4 Sep 2003 16:35:05 +0000 (16:35 +0000)
FIXES 2069
Disable optimization; generate full debug info in objs for checked build.
src/config/NTMakefile.i386_nt40
patch
|
blob
|
history
diff --git
a/src/config/NTMakefile.i386_nt40
b/src/config/NTMakefile.i386_nt40
index
bbc002a
..
1b141eb
100644
(file)
--- a/
src/config/NTMakefile.i386_nt40
+++ b/
src/config/NTMakefile.i386_nt40
@@
-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=)