mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +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
|