[PATCH] gbuild conversion: codemaker module
Michael Stahl
mstahl at redhat.com
Sat Apr 14 02:48:46 PDT 2012
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)
More information about the LibreOffice
mailing list