mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
9 lines
157 B
Plaintext
9 lines
157 B
Plaintext
if test "$GCC" = yes ; then
|
|
CPPFLAGS="-D_XOPEN_SOURCE_EXTENDED"
|
|
CFLAGS="-O2"
|
|
else
|
|
CC="$CC -Ae"
|
|
CPPFLAGS="-D_XOPEN_SOURCE_EXTENDED"
|
|
CFLAGS="+O2"
|
|
fi
|