postgresql/src/template/sco

7 lines
78 B
Plaintext

if test "$GCC" = yes; then
CFLAGS=-O2
else
CFLAGS=-O
CC="$CC -b elf"
fi