[svn-r192] Added sensible flags for gcc on Solaris 2.5

This commit is contained in:
Quincey Koziol 1998-01-28 15:58:22 -05:00
parent 8032966d86
commit c131a549dc

6
config/solaris2.5 Normal file
View File

@ -0,0 +1,6 @@
# Site configuration -- do not distribute this file.
if test "x$CFLAGS" = "x"; then
CFLAGS="-Wall -g -O2"
fi