Am 14.04.2012 11:48, schrieb Michael Stahl:
On 14/04/12 10:22, David Ostrovsky wrote:
Hi,

gbuild conversion: codemaker module.

/http://wiki.documentfoundation.org/Development/Build_System/Module_status/

is updated.

The original makefile had this:

-NOOPTFILES= \
-            $(OBJ)$/cpputype.obj

Noopt for no optimization?
not sure what to do with this =>  ignored ;-)
presumably goes together with this:

-.IF "$(COM)"!="GCC"
-CFLAGSNOOPT+=-Ob0
-.ENDIF

and these were introduced by a commit in 2001 with the message
  #87298# inlining doesn't work here for msvc6
so... i guess just leave it out and hope the compiler is fixed now
(no need to carry workarounds for ancient compilers around)

Actually there are many places with this ugly inlining workaround for MSC compiler.
Matus posted recently, that -Ob0 option is even a default one.
If somebody with MS box could confirm that this is not needed any more, I would clean it.

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to