diff options
-rw-r--r-- | src/template/unixware | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template/unixware b/src/template/unixware index f682a16675e..dc469873ccc 100644 --- a/src/template/unixware +++ b/src/template/unixware @@ -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" |