mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
4 lines
68 B
Text
4 lines
68 B
Text
if test "$GCC" != yes ; then
|
|
CC="$CC -std"
|
|
CFLAGS="-O -ieee"
|
|
fi
|