1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-18 17:41:14 +03:00

Add -O to really trigger compiler bug.

This commit is contained in:
Peter Eisentraut 2003-11-05 07:42:18 +00:00
parent 5712ab3891
commit 967cd91b08

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"