mirror of
https://github.com/postgres/postgres.git
synced 2026-03-07 15:50:44 -05:00
6 lines
78 B
Text
6 lines
78 B
Text
if test "$GCC" = yes; then
|
|
CFLAGS=-O2
|
|
else
|
|
CFLAGS=-O
|
|
CC="$CC -b elf"
|
|
fi
|