mirror of
https://github.com/postgres/postgres.git
synced 2025-07-24 14:22:24 +03:00
9 lines
110 B
Plaintext
9 lines
110 B
Plaintext
if test "$GCC" = yes ; then
|
|
CFLAGS=
|
|
CCC=g++
|
|
else
|
|
CC="$CC -std"
|
|
CFLAGS='-O4 -Olimit 2000'
|
|
CCC=cxx
|
|
fi
|