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