mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-15 10:57:02 +08:00
7 lines
99 B
Plaintext
7 lines
99 B
Plaintext
CPPFLAGS="-D_XOPEN_SOURCE_EXTENDED"
|
|
|
|
if test "$GCC" != yes ; then
|
|
CC="$CC -Ae"
|
|
CFLAGS="+O2"
|
|
fi
|