Add -O to really trigger compiler bug.

This commit is contained in:
Peter Eisentraut 2003-11-05 07:42:31 +00:00
parent ee4a0d45fc
commit 07eb9fb20b
1 changed files with 1 additions and 1 deletions

View File

@ -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"