1
0
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:
Bruce Momjian
2004-11-27 05:03:26 +00:00
parent b82323e05e
commit 3aa9776d95
8 changed files with 11 additions and 11 deletions

View File

@ -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