aboutsummaryrefslogtreecommitdiff
path: root/src/template/freebsd
blob: 8f82569cc89cd794d7c0356ccaddbecb2182acc2 (plain)
1
2
3
4
5
6
CFLAGS='-pipe'

if [ `expr "$host_cpu" : "alpha"` -ge 5 ]
then	CFLAGS="$CFLAGS -O"
	CXXFLAGS="$CFLAGS -O"
fi