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 20e8327 commit 2dc53d8Copy full SHA for 2dc53d8
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 -O"
+ GCC_CXXFLAGS="-O";;
6
esac
0 commit comments