1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-18 17:42:25 +03:00

Update Solaris FAQ to mention -fast.

This commit is contained in:
Bruce Momjian
2003-10-09 17:11:13 +00:00
parent b1d955ea7b
commit dfafeb6a89
2 changed files with 15 additions and 4 deletions

View File

@ -1,4 +1,4 @@
CFLAGS="$CFLAGS -pipe"
#CFLAGS="$CFLAGS -pipe"
case $host_cpu in
i?86) CFLAGS="$CFLAGS -m486";;