To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62814
                  Issue #:|62814
                  Summary:|64bit: -O2 instead of -Os for x86-64 builds
                Component:|tools
                  Version:|680m156
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|mh
              Reported by:|kendy





------- Additional comments from [EMAIL PROTECTED] Mon Mar  6 03:43:42 -0800 
2006 -------
I do not exactly remember why did we change -Os to -O2 for the x86-64 
building, but IIRC it was a breakage in some module that vanished with -O2... 
 
Let's change it to -O2 for now for the x86-64 builds ;-) - we can revert it 
later. 
 
--- solenv/inc/unxlngx6.mk      2005-11-07 13:13:22.000000000 +0100 
+++ solenv/inc/unxlngx6.mk      2005-11-07 13:08:02.000000000 +0100 
@@ -120,7 +120,7 @@ CFLAGSDEBUG=-g 
 CFLAGSDBGUTIL= 
 # Compiler flags for enabling optimizations 
 .IF "$(PRODUCT)"!="" 
-CFLAGSOPT=-Os -fno-strict-aliasing             # optimizing for products 
+CFLAGSOPT=-O2 -fno-strict-aliasing             # optimizing for products 
 CFLAGSOPT+=-Wuninitialized                             # not supported 
without optimization 
 .ELSE  # "$(PRODUCT)"!="" 
 CFLAGSOPT=                                                     # no 
optimizing for non products

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to