# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/.
if [ -z "$NO_NDK" -a -z "$USE_ARTIFACT" ]; then
CFLAGS="$CFLAGS -fcrash-diagnostics-dir=${UPLOAD_PATH}"
CXXFLAGS="$CXXFLAGS -fcrash-diagnostics-dir=${UPLOAD_PATH}" # Make sure that any host binaries we build use whatever libraries clang # linked against, rather than what's on the system.
mk_add_options "export LD_LIBRARY_PATH=$MOZ_FETCHES_DIR/clang/lib" # Enable static analysis plugin
export ENABLE_CLANG_PLUGIN=1
fi
if [ -d "$MOZ_FETCHES_DIR/binutils/bin" ]; then
mk_add_options "export PATH=$MOZ_FETCHES_DIR/binutils/bin:$PATH"
export LDFLAGS="$LDFLAGS -B $MOZ_FETCHES_DIR/binutils/bin"
fi
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.