mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Make template CFLAGS handling consistent.
This commit is contained in:
@ -2,5 +2,5 @@ CPPFLAGS="-D_XOPEN_SOURCE_EXTENDED"
|
||||
|
||||
if test "$GCC" != yes ; then
|
||||
CC="$CC -Ae"
|
||||
CFLAGS="+O2"
|
||||
CFLAGS="$CFLAGS +O2"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user