mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-21 03:13:05 +08:00
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
Block a user