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 e6b326aca2..166130c24b 100644 --- a/hints/darwin.sh +++ b/hints/darwin.sh @@ -86,7 +86,7 @@ ccflags="${ccflags} -no-cpp-precomp" # Known optimizer problems. case "`cc -v`" in -*"3.1 20020105"*) toke_cflags='optimize="-O"' ;; +*"3.1 20020105"*) toke_cflags='optimize=""' ;; esac # Shared library extension is .dylib. |