1
0
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:
Bruce Momjian
2003-10-09 14:40:37 +00:00
parent 1dad866bb4
commit 7185455c08
8 changed files with 13 additions and 13 deletions

View File

@ -2,5 +2,5 @@ CPPFLAGS="-D_XOPEN_SOURCE_EXTENDED"
if test "$GCC" != yes ; then
CC="$CC -Ae"
CFLAGS="+O2"
CFLAGS="$CFLAGS +O2"
fi