summaryrefslogtreecommitdiff
path: root/src/template/freebsd
diff options
context:
space:
mode:
authorBruce Momjian2003-10-09 22:55:46 +0000
committerBruce Momjian2003-10-09 22:55:46 +0000
commitc568b8fbe7f8f9e869fc78babbecd22884c7856f (patch)
treedc9fac5497662118e4f694dab024d196e755a67c /src/template/freebsd
parentd8581fbb6b5f64d9999e304185107fa14a35bc57 (diff)
Remove -pipe from compiles.
Diffstat (limited to 'src/template/freebsd')
-rw-r--r--src/template/freebsd2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/template/freebsd b/src/template/freebsd
index fd9b3b96d5a..fbf01fcd8aa 100644
--- a/src/template/freebsd
+++ b/src/template/freebsd
@@ -1,5 +1,3 @@
-CFLAGS="$CFLAGS -pipe"
-
case $host_cpu in
alpha*) CFLAGS="$CFLAGS -O";; # alpha has problems with -O2
esac