mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Add to CPPFLAGS/CFLAGS in template files, don't over-ride them.
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
CPPFLAGS="-D_XOPEN_SOURCE_EXTENDED"
|
||||
CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE_EXTENDED"
|
||||
|
||||
if test "$GCC" != yes ; then
|
||||
CC="$CC -Ae"
|
||||
CFLAGS="+O2"
|
||||
CFLAGS="$CFLAGS +O2"
|
||||
fi
|
||||
|
||||
# Pick right test-and-set (TAS) code. We need out-of-line assembler
|
||||
|
Reference in New Issue
Block a user