Update comment. Optimization to level -O3 still fails on OS X (Jaguar).

This commit is contained in:
W. Eric Norum
2002-09-09 19:30:26 +00:00
parent d207412921
commit 928e63fd8f

View File

@@ -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