1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-09 22:41:56 +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