We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e418676 commit 19deb4fCopy full SHA for 19deb4f
src/template/freebsd
@@ -1,6 +1,6 @@
1
CFLAGS='-pipe'
2
3
case $host_cpu in
4
- alpha*) CFLAGS="$CFLAGS -O"
5
- GCC_CXXFLAGS="-O";;
+ alpha*) CFLAGS="$CFLAGS -O2"
+ GCC_CXXFLAGS="-O2";;
6
esac
0 commit comments