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

Commit 19deb4f

Browse files
committed
Change FreeBSD to use -O2, important for MemSet.
1 parent e418676 commit 19deb4f

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 -O"
5-
GCC_CXXFLAGS="-O";;
4+
alpha*) CFLAGS="$CFLAGS -O2"
5+
GCC_CXXFLAGS="-O2";;
66
esac

0 commit comments

Comments
 (0)