mirror of
https://github.com/postgres/postgres.git
synced 2025-08-30 06:01:21 +03:00
8 lines
84 B
Plaintext
8 lines
84 B
Plaintext
if test "$GCC" = yes ; then
|
|
CFLAGS=-O2
|
|
CCC=g++
|
|
else
|
|
CC="$CC -Ae"
|
|
CCC=aCC
|
|
fi
|