aboutsummaryrefslogtreecommitdiff
path: root/src/template/freebsd
diff options
context:
space:
mode:
Diffstat (limited to 'src/template/freebsd')
-rw-r--r--src/template/freebsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template/freebsd b/src/template/freebsd
index fbf01fcd8aa..2b155d12db9 100644
--- a/src/template/freebsd
+++ b/src/template/freebsd
@@ -1,5 +1,5 @@
case $host_cpu in
- alpha*) CFLAGS="$CFLAGS -O";; # alpha has problems with -O2
+ alpha*) CFLAGS="-O";; # alpha has problems with -O2
esac
THREAD_SUPPORT=yes