From: John Kohl Date: Tue, 3 Apr 1990 14:09:52 +0000 (+0000) Subject: no -O -g on ultrix X-Git-Tag: krb5-1.0-alpha2~936 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b3636731482e71b97eed09ba0f10844a5295fcb5;p=krb5.git no -O -g on ultrix git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@459 dc483132-0cff-0310-8789-dd5450dbe970 --- 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