mirror of https://github.com/postgres/postgres
Add -O to really trigger compiler bug.
This commit is contained in:
parent
ee4a0d45fc
commit
07eb9fb20b
|
@ -14,7 +14,7 @@ void g(void){
|
|||
}
|
||||
__EOF__
|
||||
|
||||
if $CC -c -Kinline conftest.c >conftest.err 2>&1; then
|
||||
if $CC -c -O -Kinline conftest.c >conftest.err 2>&1; then
|
||||
CFLAGS="-O -Kinline"
|
||||
else
|
||||
CFLAGS="-O -Kinline,no_host"
|
||||
|
|
Loading…
Reference in New Issue