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)

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

Reply via email to