From 928e63fd8f2029dd8e6891f3db8d04b7a1f2f77f Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Mon, 9 Sep 2002 19:30:26 +0000 Subject: [PATCH] Update comment. Optimization to level -O3 still fails on OS X (Jaguar). --- configure/os/CONFIG.darwin-ppc.darwin-ppc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure/os/CONFIG.darwin-ppc.darwin-ppc b/configure/os/CONFIG.darwin-ppc.darwin-ppc index 818ae5342..02f4b278b 100644 --- a/configure/os/CONFIG.darwin-ppc.darwin-ppc +++ b/configure/os/CONFIG.darwin-ppc.darwin-ppc @@ -21,7 +21,9 @@ CODE_CFLAGS = CODE_CXXFLAGS = # -# -O3 is too agressive on Darwin with the April, 2002 Developer Tools +# -O3 is too agressive on Darwin with the April 2002 Developer Tools +# and causes problems with undefined references to non-virtual thunks +# with the August 2002 Developer Tools. # OPT_CFLAGS_YES = -O2 OPT_CXXFLAGS_YES = -O2