mirror of
https://github.com/postgres/postgres.git
synced 2026-03-14 06:32:18 -04:00
6 lines
90 B
Text
6 lines
90 B
Text
if test "$GCC" = yes ; then
|
|
CFLAGS=
|
|
else
|
|
CC="$CC -std"
|
|
CFLAGS='-O4 -Olimit 2000'
|
|
fi
|