To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=104567
                 Issue #|104567
                 Summary|add ccache-detection to configure (to be able to condi
                        |tionally use --ccache-skip)
               Component|tools
                 Version|DEV300m52
                Platform|All
                     URL|
              OS/Version|Mac OS X
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|configure
             Assigned to|cloph
             Reported by|cloph





------- Additional comments from cl...@openoffice.org Thu Aug 27 23:04:13 +0000 
2009 -------
ccache generally ignores any compiles that use an option like -x, resulting in
not caching the result, needing to recompile it every time.

-x is used for objective-c++ files on Mac OSX (-x objective-c++). 
using --ccache-skip tells ccache to ignore the flag, to just pass to the
compiler and allowing it to cache the result.

So configure needs to check whether ccache is used, and set an environment
variable accordingly that can in turn be used in makefiles

---------------------------------------------------------------------
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to