Bruce Momjian 0e22cb1232 This centralizes the optimization defaults into configure.in, rather
than having CFLAGS= in the template files.

It uses -O2 for gcc (generated by autoconf), and -O for non-gcc, unless
the template overrides it.
2003-10-09 03:20:34 +00:00

3 lines
67 B
Plaintext

CFLAGS='-v -O -K i486,host,inline,loop_unroll -Dsvr4'
LIBS="-lc89"