projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fb5b86
)
pullup from trunk
author
Tom Yu
<tlyu@mit.edu>
Sun, 19 Dec 2004 22:10:59 +0000
(22:10 +0000)
committer
Tom Yu
<tlyu@mit.edu>
Sun, 19 Dec 2004 22:10:59 +0000
(22:10 +0000)
ticket: 2833
version_fixed: 1.4
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-4@16956
dc483132
-0cff-0310-8789-
dd5450dbe970
src/config/ChangeLog
patch
|
blob
|
history
src/config/win-pre.in
patch
|
blob
|
history
diff --git
a/src/config/ChangeLog
b/src/config/ChangeLog
index c82bec9c389087372094b0578f6befd5dacc6979..12e9786a3f9e44412bfe5c86d9b7a7750a4a59b1 100644
(file)
--- a/
src/config/ChangeLog
+++ b/
src/config/ChangeLog
@@
-1,3
+1,7
@@
+2004-12-17 Jeffrey Altman <jaltman@mit.edu>
+
+ * win-pre.in: add -debug switch to LOPTS if DEBUG_SYMBOLS
+
2004-12-17 Ken Raeburn <raeburn@mit.edu>
* shlib.conf (*-*-netbsd*): Use -fPIC instead of -fpic, which
diff --git
a/src/config/win-pre.in
b/src/config/win-pre.in
index 85c646cf6755cca31b21f7ed0fd99951669104ba..73e7bea6ac18e4129bce28a32c967b54d77f162f 100644
(file)
--- a/
src/config/win-pre.in
+++ b/
src/config/win-pre.in
@@
-144,6
+144,7
@@
LOPTS=-nologo -incremental:no
!ifdef NODEBUG
!ifdef DEBUG_SYMBOL
CCOPTS=/ZI $(CCOPTS)
+LOPTS=$(LOPTS) -debug
!endif
CCOPTS=/Os /MD $(CCOPTS)
LOPTS=$(LOPTS)