Commit f7b7b039 authored by Peter Eisentraut's avatar Peter Eisentraut

0 -> O

parent e29c16dc
if test "$GCC" = yes; then if test "$GCC" = yes; then
CFLAGS=-02 CFLAGS=-O2
else else
CFLAGS=-O CFLAGS=-O
CC="$CC -b elf" CC="$CC -b elf"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment