Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a4f6add

Browse files
committed
Back out patch, that was alpha, which I think still needs just -O.
1 parent 19deb4f commit a4f6add

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/template/freebsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CFLAGS='-pipe'
22

33
case $host_cpu in
4-
alpha*) CFLAGS="$CFLAGS -O2"
5-
GCC_CXXFLAGS="-O2";;
4+
alpha*) CFLAGS="$CFLAGS -O"
5+
GCC_CXXFLAGS="-O";;
66
esac

0 commit comments

Comments
 (0)