summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-04-03 14:09:52 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-04-03 14:09:52 +0000
commitb3636731482e71b97eed09ba0f10844a5295fcb5 (patch)
tree5aa97448b90a1e81d8e03cfa7d2f83863f9e11fd /src
parentb1b563d9f1cbab629d15a620836265eaa7d25eb2 (diff)
no -O -g on ultrix
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@459 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/config/site.def4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/config/site.def b/src/config/site.def
index 0e803d6e3..5212b70ae 100644
--- 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