To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106390
User cl changed the following:
What |Old value |New value
================================================================================
Assigned to|cl |mba
--------------------------------------------------------------------------------
Status|STARTED |NEW
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Fri Oct 30 14:48:26 +0000
2009 -------
in sfx2/source/control/makefile.mk, there already is this code
# w.g. compilerbugs
.IF "$(GUI)"=="WNT"
.IF "$(COM)"!="GCC"
CFLAGS+=-Od
.ENDIF
.ENDIF
If a append
+.IF "$(COM)"=="GCC"
+CFLAGS+=-O0
+.ENDIF
then the crash does not happen anymore.
cl->mba: I don't like to do such changes to modules I do not own so please take
over or dispatch
---------------------------------------------------------------------
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]