diff options
| author | Bruce Momjian | 2003-10-09 14:40:37 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2003-10-09 14:40:37 +0000 |
| commit | 7185455c088bcb407a0b997f95863b4c29f203ac (patch) | |
| tree | 80b237c03022e1d37159ce6c323dadc9be473af4 /src/template/freebsd | |
| parent | 1dad866bb47c1ab733015abba2f5d8a852279774 (diff) | |
Make template CFLAGS handling consistent.
Diffstat (limited to 'src/template/freebsd')
| -rw-r--r-- | src/template/freebsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template/freebsd b/src/template/freebsd index 6780a8ed47..fd9b3b96d5 100644 --- a/src/template/freebsd +++ b/src/template/freebsd @@ -1,7 +1,7 @@ CFLAGS="$CFLAGS -pipe" case $host_cpu in - alpha*) CFLAGS="$CFLAGS -O";; + alpha*) CFLAGS="$CFLAGS -O";; # alpha has problems with -O2 esac THREAD_SUPPORT=yes |
