mirror of
https://github.com/postgres/postgres.git
synced 2025-07-09 22:41:56 +03:00
6 lines
72 B
Plaintext
6 lines
72 B
Plaintext
if test "$GCC" = yes; then
|
|
CFLAGS=-O2
|
|
else
|
|
CFLAGS='-O -K inline'
|
|
fi
|