diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-08-29 19:35:47 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-08-29 19:35:47 +0000 |
commit | a4f6add21ba8c24649e122ea2415e824d971eb81 (patch) | |
tree | 2ee78b84ead113ad17b029743432c24a37a362f9 /src | |
parent | 19deb4fc41a45ef50f3d6cc660d989db5ad84c1a (diff) | |
download | postgresql-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/freebsd | 4 |
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 |