mirror of
https://github.com/postgres/postgres.git
synced 2026-07-11 10:35:32 -04: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
|