mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Don't bother adding to cflags/cppflags, just set them because configure
handles that, and make solaris debug use no optimization.
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE_EXTENDED"
|
||||
CPPFLAGS="-D_XOPEN_SOURCE_EXTENDED"
|
||||
|
||||
if test "$GCC" != yes ; then
|
||||
CC="$CC -Ae"
|
||||
CFLAGS="$CFLAGS +O2"
|
||||
CFLAGS="+O2"
|
||||
fi
|
||||
|
||||
# Pick right test-and-set (TAS) code. We need out-of-line assembler
|
||||
|
Reference in New Issue
Block a user