Commit 07eb9fb2 authored by Peter Eisentraut's avatar Peter Eisentraut

Add -O to really trigger compiler bug.

parent ee4a0d45
...@@ -14,7 +14,7 @@ void g(void){ ...@@ -14,7 +14,7 @@ void g(void){
} }
__EOF__ __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" CFLAGS="-O -Kinline"
else else
CFLAGS="-O -Kinline,no_host" CFLAGS="-O -Kinline,no_host"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment