1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-02 11:44:50 +03:00
postgres/src/template/unixware
2002-09-04 22:54:18 +00:00

6 lines
72 B
Plaintext

if test "$GCC" = yes; then
CFLAGS=-O2
else
CFLAGS='-O -K inline'
fi