diff options
Diffstat (limited to 'hints/darwin.sh')
-rw-r--r-- | hints/darwin.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/darwin.sh b/hints/darwin.sh index 166130c24b..518af30026 100644 --- a/hints/darwin.sh +++ b/hints/darwin.sh @@ -85,7 +85,7 @@ cppflags="${cppflags} -no-cpp-precomp" ccflags="${ccflags} -no-cpp-precomp" # Known optimizer problems. -case "`cc -v`" in +case "`cc -v 2>&1`" in *"3.1 20020105"*) toke_cflags='optimize=""' ;; esac |