1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-03 01:21:48 +03:00
2010-09-20 22:08:53 +02:00

7 lines
88 B
Plaintext

# src/template/osf
if test "$GCC" != yes ; then
CC="$CC -std"
CFLAGS="-O -ieee"
fi