add -pedantic -ansi -Wall
authorJohn Kohl <jtkohl@mit.edu>
Mon, 5 Feb 1990 13:02:18 +0000 (13:02 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Mon, 5 Feb 1990 13:02:18 +0000 (13:02 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@270 dc483132-0cff-0310-8789-dd5450dbe970

src/config/site.def

index 5b748eb2deb88e22f10489a90af9b3643aa2dd81..0e803d6e3aae313113614829ed6c7e52c9cc3039 100644 (file)
@@ -93,7 +93,7 @@
 #ifdef UseInstalled            /* if outside the tree */
 #define CcCmd gcc -fstrength-reduce -fpcc-struct-return -fwritable-strings -traditional
 #else                          /* server won't compile with -traditional */
-#define CcCmd gcc -fstrength-reduce -fpcc-struct-return 
+#define CcCmd gcc -fstrength-reduce -fpcc-struct-return -pedantic -ansi -Wall
 #endif
 #endif
 #endif
 #ifdef UseInstalled            /* if outside the tree */
 #define CcCmd gcc -DNOSTDHDRS -fstrength-reduce -fpcc-struct-return -fwritable-strings -traditional
 #else                          /* server won't compile with -traditional */
-#define CcCmd gcc -DNOSTDHDRS -fstrength-reduce -fpcc-struct-return 
+#define CcCmd gcc -DNOSTDHDRS -fstrength-reduce -fpcc-struct-return -pedantic -ansi -Wall
 #endif
 #endif
 #endif