postgresql/src/template/osf
Bruce Momjian f7bae20d67 Don't bother adding to cflags/cppflags, just set them because configure
handles that, and make solaris debug use no optimization.
2004-12-02 18:11:40 +00:00

4 lines
68 B
Text

if test "$GCC" != yes ; then
CC="$CC -std"
CFLAGS="-O -ieee"
fi