mirror of
https://github.com/postgres/postgres.git
synced 2025-08-19 23:22:23 +03:00
7 lines
90 B
Plaintext
7 lines
90 B
Plaintext
if test "$GCC" = yes ; then
|
|
CFLAGS=
|
|
else
|
|
CC="$CC -std"
|
|
CFLAGS='-O4 -Olimit 2000'
|
|
fi
|