projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1b563d
)
no -O -g on ultrix
author
John Kohl
<jtkohl@mit.edu>
Tue, 3 Apr 1990 14:09:52 +0000
(14:09 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Tue, 3 Apr 1990 14:09:52 +0000
(14:09 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@459
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 0e803d6e3aae313113614829ed6c7e52c9cc3039..5212b70ae132fec886c5803242c4881b282e3327 100644
(file)
--- a/
src/config/site.def
+++ b/
src/config/site.def
@@
-237,4
+237,8
@@
#define CompileEtCmd compile_et
+#ifdef UltrixArchitecture
+#define DefaultCDebugFlags DebuggableCDebugFlags
+#else
#define DefaultCDebugFlags OptimizedCDebugFlags DebuggableCDebugFlags
+#endif