mirror of
https://github.com/postgres/postgres.git
synced 2025-07-15 19:21:59 +03:00
Put -Ae into CC not CFLAGS, since it's not optional.
This commit is contained in:
@ -2,7 +2,6 @@ if test "$GCC" = yes ; then
|
|||||||
CFLAGS=-O2
|
CFLAGS=-O2
|
||||||
CCC=g++
|
CCC=g++
|
||||||
else
|
else
|
||||||
CFLAGS=-Ae
|
CC="$CC -Ae"
|
||||||
CPP='cc -E -Ae'
|
|
||||||
CCC=aCC
|
CCC=aCC
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user