projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19deb4f
)
Back out patch, that was alpha, which I think still needs just -O.
author
Bruce Momjian
Thu, 29 Aug 2002 19:35:47 +0000
(19:35 +0000)
committer
Bruce Momjian
Thu, 29 Aug 2002 19:35:47 +0000
(19:35 +0000)
src/template/freebsd
patch
|
blob
|
blame
|
history
diff --git
a/src/template/freebsd
b/src/template/freebsd
index 5b13d179e2234b248604d831698ed980cb20544a..a917d3f203ab8fc2ffd7e5c93c239d862b29d6bb 100644
(file)
--- a/
src/template/freebsd
+++ b/
src/template/freebsd
@@
-1,6
+1,6
@@
CFLAGS='-pipe'
case $host_cpu in
- alpha*) CFLAGS="$CFLAGS -O
2
"
- GCC_CXXFLAGS="-O
2
";;
+ alpha*) CFLAGS="$CFLAGS -O"
+ GCC_CXXFLAGS="-O";;
esac