mirror of
https://github.com/postgres/postgres.git
synced 2025-11-21 00:42:43 +03:00
10 lines
145 B
Plaintext
10 lines
145 B
Plaintext
if test "$GCC" = yes ; then
|
|
CFLAGS=
|
|
CCC=g++
|
|
else
|
|
CC="$CC -std"
|
|
CFLAGS='-O4 -Olimit 2000'
|
|
CCC=cxx
|
|
fi
|
|
VENDOR_CXXFLAGS='-O4 -Olimit 2000'
|