mirror of
https://github.com/postgres/postgres.git
synced 2025-06-03 01:21:48 +03:00
7 lines
88 B
Plaintext
7 lines
88 B
Plaintext
# src/template/osf
|
|
|
|
if test "$GCC" != yes ; then
|
|
CC="$CC -std"
|
|
CFLAGS="-O -ieee"
|
|
fi
|