mirror of
https://github.com/postgres/postgres.git
synced 2026-02-23 18:04:41 -05:00
Add -O to really trigger compiler bug.
This commit is contained in:
parent
ee4a0d45fc
commit
07eb9fb20b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue