aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-08-29 19:35:47 +0000
committerBruce Momjian <bruce@momjian.us>2002-08-29 19:35:47 +0000
commita4f6add21ba8c24649e122ea2415e824d971eb81 (patch)
tree2ee78b84ead113ad17b029743432c24a37a362f9 /src
parent19deb4fc41a45ef50f3d6cc660d989db5ad84c1a (diff)
downloadpostgresql-a4f6add21ba8c24649e122ea2415e824d971eb81.tar.gz
postgresql-a4f6add21ba8c24649e122ea2415e824d971eb81.zip
Back out patch, that was alpha, which I think still needs just -O.
Diffstat (limited to 'src')
-rw-r--r--src/template/freebsd4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/template/freebsd b/src/template/freebsd
index 5b13d179e22..a917d3f203a 100644
--- a/src/template/freebsd
+++ b/src/template/freebsd
@@ -1,6 +1,6 @@
CFLAGS='-pipe'
case $host_cpu in
- alpha*) CFLAGS="$CFLAGS -O2"
- GCC_CXXFLAGS="-O2";;
+ alpha*) CFLAGS="$CFLAGS -O"
+ GCC_CXXFLAGS="-O";;
esac