[Libreoffice] gnumake / dependencies 20%+ speedup ...
Caolán McNamara
caolanm at redhat.com
Mon Sep 5 06:15:45 PDT 2011
On Mon, 2011-09-05 at 07:39 -0500, Norbert Thiebaud wrote:
> could that be a case of
> #include "scdllapi.h"
> and
> #include <scdllapi.h>
>
> ?
> Norbert
Sounds like a winner, but -E claims...
# 41 "/home/caolan/LibreOffice/core/sc/inc/address.hxx" 2
# 1 "/home/caolan/LibreOffice/core/sc/inc/scdllapi.h" 1
# 42 "/home/caolan/LibreOffice/core/sc/source/filter/inc/ftools.hxx" 2
# 1 "/home/caolan/LibreOffice/core/sc/inc/scdllapi.h" 1
and address.hxx and ftools.hxx both have just
#include "scdllapi.h". There was only one <scdllapi.h> in sc, and
tweaking it doesn't remove the dup. Dunno really.
C.
More information about the LibreOffice
mailing list