16624973 document studio_OPT in doc/makefile-variables.txt
authorJohn Beck <John.Beck@Oracle.COM>
Thu, 11 Apr 2013 10:40:20 -0700
changeset 1258 43768f8c79d5
parent 1257 167a42b7a742
child 1259 68c7d53a1374
16624973 document studio_OPT in doc/makefile-variables.txt
doc/makefile-variables.txt
--- a/doc/makefile-variables.txt	Thu Apr 11 09:31:09 2013 -0700
+++ b/doc/makefile-variables.txt	Thu Apr 11 10:40:20 2013 -0700
@@ -89,3 +89,8 @@
   default is "/usr"; set it if some other value (e.g., "/usr/gnu") is needed.
 * CONFIGURE_SCRIPT should be set if the default "$(SOURCE_DIR)/configure" is
   unsuitable for whatever reason.
+
+* studio_OPT has a default value of "-xO4".  Occasional bugs in the optimizer
+  have been found which have required altering this to "-xO3".  There are also
+  studio_OPT.$(MACH).$(BITS) versions of this available if greater specificity
+  is needed.