1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-06 13:46:51 +03:00
Files
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