# Need to specify --host and --build to enable cross-compilation mode # See https://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Hosts-and-Cross_002dCompilation.html --host=asmjs-local-emscripten --build=x86_64-unknown-linux-gnu # Disable unnecessary stuff --disable-cups --disable-dconf --disable-gio --disable-dbus --disable-sdremote-bluetooth --disable-gstreamer-0-10 --disable-gstreamer-1-0 --disable-liblangtag --disable-odk --disable-postgresql-sdbc --disable-firebird-sdbc --disable-python --disable-randr --disable-randr-link --disable-pdfimport --disable-systray --disable-gltf --disable-collada --disable-export --disable-report-builder --disable-lpsolve --disable-coinmp --disable-graphite --disable-orcus --disable-liblangtag --without-fonts --without-java --without-junit --without-helppack-integration --without-system-dicts --with-theme=no --with-system-nss # Build fails when disabling these #--disable-cairo-canvas #--disable-scripting # This helps spotting build errors --with-parallelism=no # Emscripten doesn't support dynamic loading --disable-dynamic-loading # Not sure whether we need this #--disable-ccache # Specify Emscripten compiler CC=emcc -v CXX=emcc -v o/cib/libreoffice-5-2'>distro/cib/libreoffice-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/compilerplugins/Makefile-clang.mk
AgeCommit message (Expand)Author
2019-10-21Don't invoke the linker when generating pch filesStephan Bergmann
2019-10-18Properly handle comma in CLANGFLAGSStephan Bergmann
2019-10-15use PCH for clang plugin source too, if enabledLuboš Luňák
2019-10-09fix compilerplugins makefile typoLuboš Luňák
2019-10-08My Windows clang-cl build still doesn't use LO_CLANG_SHARED_PLUGINSStephan Bergmann
2019-10-08More generated files to take care ofStephan Bergmann
2019-10-07try to autodetect flags needed to build Clang pluginsLuboš Luňák
2019-10-07generate make dependencies also for clang.pchLuboš Luňák
2019-10-06the PCH in compilerplugins should also depend on the MakefileLuboš Luňák
2019-09-20rebuild sharedvisitor.cxx if any of its sources disappearsLuboš Luňák
2019-09-17Fix compilerplugins for macOS againStephan Bergmann
2019-09-11Adapt compilerplugins.cleanStephan Bergmann
2019-09-06make clangplugin analyzer use internally a PCH to speed things upLuboš Luňák
2019-09-06split clangplugins sharedvisitor generator into two stepsLuboš Luňák
2019-08-30adapt to runToolOnCodeWithArgs API change in clang 10Noel Grandin
2019-08-15LLVM trunk requires C++14 nowStephan Bergmann
2019-07-16macOS ld doesn't know --rpathStephan Bergmann
2019-06-25help compilerplugins generator find clang shared libs, if neededLuboš Luňák
2019-06-25do not use -g unconditionally for building the clang pluginLuboš Luňák
2019-05-27fix compilerplugin rebuilding when system clang changesLuboš Luňák
2019-05-27sharedvisitor generator should also be rebuilt if clang changesLuboš Luňák
2019-05-23Avoid putting generator.dwo in current working dirStephan Bergmann
2019-05-20use -gsplit-dwarf also for compilerplugins if possibleLuboš Luňák
2019-03-27Disable LO_CLANG_SHARED_PLUGINS on Windows for nowStephan Bergmann
2019-03-23Consistently make generator invocation $(QUIET) tooStephan Bergmann
2019-03-22Allow to pass additional options into generator's clang::toolingStephan Bergmann
2019-03-18It is building the generator exe that depends on $(CLANGOUTDIR)/sharedvisitorStephan Bergmann
2019-03-12make (some) clang plugins share the same RecursiveASTVisitorLuboš Luňák
2019-02-18make Makefile-clang.mk also use gb_Output_announceLuboš Luňák
2019-02-18make uninteresting code in clang's makefile to the uninteresting partLuboš Luňák
2017-12-06Remove CXXFLAGS_CXX11 from Clang plugin compilationStephan Bergmann
2017-09-30Support loplugin in clang-clStephan Bergmann
2017-05-16Also filter out flags like -fsanitize-address-globals-dead-strippingStephan Bergmann