postgresql/src/template/freebsd
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

3 lines
80 B
Text

case $host_cpu in
alpha*) CFLAGS="-O";; # alpha has problems with -O2
esac