projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f11f9a
)
botched the sense of the debug/optimize switch
author
John Kohl
<jtkohl@mit.edu>
Thu, 3 May 1990 08:54:09 +0000
(08:54 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Thu, 3 May 1990 08:54:09 +0000
(08:54 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@693
dc483132
-0cff-0310-8789-
dd5450dbe970
src/config/site.def
patch
|
blob
|
history
diff --git
a/src/config/site.def
b/src/config/site.def
index 6621e5e518414295bdc01a07d940af7d5ac57c10..f47c742f7b7a76eade81ac0be691090fb4d0d74f 100644
(file)
--- a/
src/config/site.def
+++ b/
src/config/site.def
@@
-242,9
+242,9
@@
#define DefaultCDebugFlags DebuggableCDebugFlags
#else
#if HasGcc
-#define DefaultCDebugFlags DebuggableCDebugFlags
-#else
#define DefaultCDebugFlags OptimizedCDebugFlags DebuggableCDebugFlags
+#else
+#define DefaultCDebugFlags DebuggableCDebugFlags
#endif
#define ExtraLoadFlags -Z
#endif