mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Add to CPPFLAGS/CFLAGS in template files, don't over-ride them.
This commit is contained in:
@ -13,9 +13,9 @@ void g(void){
|
||||
__EOF__
|
||||
|
||||
if $CC -c -O -Kinline conftest.c >conftest.err 2>&1; then
|
||||
CFLAGS="-O -Kinline"
|
||||
CFLAGS="$CFLAGS -O -Kinline"
|
||||
else
|
||||
CFLAGS="-O -Kinline,no_host"
|
||||
CFLAGS="$CFLAGS -O -Kinline,no_host"
|
||||
fi
|
||||
rm -f conftest.*
|
||||
|
||||
|
Reference in New Issue
Block a user