[Libreoffice-commits] core.git: compilerplugins/Makefile-clang.mk

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Wed Mar 27 13:18:39 UTC 2019


 compilerplugins/Makefile-clang.mk |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit b5b36745184cf04f469731323580bc27296dc912
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Wed Mar 27 11:08:02 2019 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Wed Mar 27 14:18:12 2019 +0100

    Disable LO_CLANG_SHARED_PLUGINS on Windows for now
    
    ...needs some more modifications to make it work with clang-cl
    
    Change-Id: I6e2f8c9651b0532e21ec5acf94e8bae0a0f8f06e
    Reviewed-on: https://gerrit.libreoffice.org/69808
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/compilerplugins/Makefile-clang.mk b/compilerplugins/Makefile-clang.mk
index a0a7e2155543..c6d57320c0ee 100644
--- a/compilerplugins/Makefile-clang.mk
+++ b/compilerplugins/Makefile-clang.mk
@@ -25,6 +25,10 @@ endif
 # Whether to make plugins use one shared ASTRecursiveVisitor (plugins run faster).
 # By default enabled, disable if you work on an affected plugin (re-generating takes time).
 LO_CLANG_SHARED_PLUGINS=1
+#TODO:
+ifeq ($(OS),WNT)
+LO_CLANG_SHARED_PLUGINS=
+endif
 
 # The uninteresting rest.
 


More information about the Libreoffice-commits mailing list