Home
last modified time | relevance | path

Searched +full:default +full:- +full:build (Results 1 – 25 of 1135) sorted by relevance

12345678910>>...46

/third_party/python/Doc/using/
Dconfigure.rst5 .. _configure-options:
12 ./configure --help
17 ---------------
19 .. cmdoption:: --enable-loadable-sqlite-extensions
21 Support loadable extensions in the :mod:`_sqlite` extension module (default
29 .. cmdoption:: --disable-ipv6
31 Disable IPv6 support (enabled by default if supported), see the
34 .. cmdoption:: --enable-big-digits=[15|30]
38 By default, the digit size is 30.
44 .. cmdoption:: --with-cxx-main
[all …]
/third_party/gn/src/gn/
Dswitches.cc2 // Use of this source code is governed by a BSD-style license that can be
10 const char kArgs_HelpShort[] = "--args: Specifies build arguments overrides.";
12 R"(--args: Specifies build arguments overrides.
14 See "gn help buildargs" for an overview of how build arguments work.
16 Most operations take a build directory. The build arguments are taken from
17 the previous build done in that directory. If a command specifies --args, it
18 will override the previous arguments stored in the build directory, and use
21 The args specified will be saved to the build directory for subsequent
22 commands. Specifying --args="" will clear all build arguments.
31 gn gen out/Default --args="foo=\"bar\""
[all …]
/third_party/mesa3d/
Dmeson_options.txt1 # Copyright © 2017-2019 Intel Corporation
2 # SPDX-License-Identifier: MIT
5 'split-debug',
8 …ription : 'split debug information (-gsplit-dwarf compile flag) and debug information in the gdb i…
22 'egl-native-platform',
33 'android-stub',
36 description : 'Build against android-stub',
40 'android-strict',
45 'capabilities that are normally hidden. Default: true'
49 'android-libbacktrace',
[all …]
/third_party/rust/rust/src/etc/completions/
Dx.py.fish1 complete -c x.py -n "__fish_use_subcommand" -l config -d 'TOML configuration file for build' -r -F
2 complete -c x.py -n "__fish_use_subcommand" -l build-dir -d 'Build directory, overrides `build.buil…
3 complete -c x.py -n "__fish_use_subcommand" -l build -d 'build target of the stage0 compiler' -r -f
4 complete -c x.py -n "__fish_use_subcommand" -l host -d 'host targets to build' -r -f
5 complete -c x.py -n "__fish_use_subcommand" -l target -d 'target targets to build' -r -f
6 complete -c x.py -n "__fish_use_subcommand" -l exclude -d 'build paths to exclude' -r -F
7 complete -c x.py -n "__fish_use_subcommand" -l rustc-error-format -r -f
8 complete -c x.py -n "__fish_use_subcommand" -l on-fail -d 'command to run on failure' -r -f -a "(__…
9-c x.py -n "__fish_use_subcommand" -l stage -d 'stage to build (indicates compiler to use/test, e.…
10-c x.py -n "__fish_use_subcommand" -l keep-stage -d 'stage(s) to keep without recompiling (pass m…
[all …]
Dx.py.ps15 Register-ArgumentCompleter -Native -CommandName 'x.py' -ScriptBlock {
11 for ($i = 1; $i -lt $commandElements.Count; $i++) {
13 if ($element -isnot [StringConstantExpressionAst] -or
14 $element.StringConstantType -ne [StringConstantType]::BareWord -or
15 $element.Value.StartsWith('-') -or
16 $element.Value -eq $wordToComplete) {
20 }) -join ';'
24 …[CompletionResult]::new('--config', 'config', [CompletionResultType]::ParameterName, 'TOML configu…
25 …ompletionResult]::new('--build-dir', 'build-dir', [CompletionResultType]::ParameterName, 'Build di…
26 …[CompletionResult]::new('--build', 'build', [CompletionResultType]::ParameterName, 'build target o…
[all …]
/third_party/skia/m133/bazel/
Dflags.bzl2 THIS IS THE EXTERNAL-ONLY VERSION OF THIS FILE. G3 HAS ITS OWN.
4 This file contains helpers for defining build flags and options that are used to
5 configure the Skia build.
10 # https://github.com/bazelbuild/bazel-skylib/blob/main/rules/common_settings.bzl
13 # Re-export other symbols from bazel_skylib for convenience
16 # Forked from https://github.com/bazelbuild/bazel-skylib/blob/main/rules/common_settings.bzl
18 doc = "A singleton provider that contains the raw value of a multi-string build setting",
32 # https://bazel.build/rules/lib/config#string_list
39 doc = "A string-typed build setting that can be set multiple times on the command line",
42 def string_flag_with_values(name, values, default = "", multiple = False):
[all …]
/third_party/grpc/tools/remote_build/
Dlinux.bazelrc8 # http://www.apache.org/licenses/LICENSE-2.0
20 # Next section is linux-specific RBE configuration
21 build --crosstool_top=//third_party/toolchains:rbe_linux_default_toolchain_suite
22 build --extra_toolchains=//third_party/toolchains:rbe_linux_default_cc_toolchain
24 build --extra_execution_platforms=//third_party/toolchains:rbe_linux_default_platform
25 build --host_platform=//third_party/toolchains:rbe_linux_default_platform
26 build --platforms=//third_party/toolchains:rbe_linux_default_platform
28 # we assume the default bazel RBE build is on linux,
30 build --test_tag_filters=-no_linux
31 build --build_tag_filters=-no_linux
[all …]
/third_party/gn/docs/
Dquick_start.md10 * For Chromium and Chromium-based projects, there is a script in
15 * For Fuchsia in-tree development, run `fx gn ...` which will find the right
20 ## Setting up a build
22 Unlike some other build systems, with GN you set up your own build directories
26 Once you set up a build directory, the Ninja files will be automatically
27 regenerated if they're out of date when you build in that directory so you
28 should not have to re-run GN.
30 To make a build directory:
36 ## Passing build arguments
38 Set build arguments on your build directory by running:
[all …]
/third_party/libwebsockets/
D.sai.json2 "schema": "sai-1",
8 "linux-debian-11/x86_64-amd/gcc": {
9build": "mkdir build destdir;cd build;export CCACHE_DISABLE=1;export LD_LIBRARY_PATH=../destdir/us…
11 "linux-debian-buster/x86-amd/gcc": {
12build": "mkdir build destdir;cd build;export CCACHE_DISABLE=1;export LD_LIBRARY_PATH=../destdir/us…
14 "linux-debian-sid/x86_64-amd/gcc": {
15build": "mkdir build destdir;cd build;export CCACHE_DISABLE=1;export LD_LIBRARY_PATH=../destdir/us…
17 "linux-ubuntu-xenial/x86_64-amd/gcc": {
18build": "mkdir build destdir;cd build;export CCACHE_DISABLE=1;export LD_LIBRARY_PATH=../destdir/us…
20 "linux-debian-sid/x86-amd/gcc": {
[all …]
/third_party/rust/crates/log/.github/workflows/
Dmain.yml7 runs-on: ${{ matrix.os }}
10 build: [stable, beta, nightly, macos, win32, win64, mingw]
12 - build: stable
13 os: ubuntu-latest
15 - build: beta
16 os: ubuntu-latest
18 - build: nightly
19 os: ubuntu-latest
21 - build: macos
22 os: macos-latest
[all …]
/third_party/rust/rust/
Dconfig.example.toml4 # See https://rustc-dev-guide.rust-lang.org/building/how-to-build-and-run.html#create-a-configtoml …
6 # All options are commented out by default in this file, and they're commented
7 # out with their default values. The build system by default looks for
8 # `config.toml` in the current directory of a build for build configuration, but
9 # a custom configuration file can also be specified with `--config` to the build
16 # Use different pre-set defaults than the global defaults.
19 # Note that this has no default value (x.py uses the defaults in `config.example.toml`).
23 # If `changelog-seen` does not match the version that is currently running,
26 changelog-seen = 2
35 # Unless you're developing for a target where Rust CI doesn't build a compiler
[all …]
/third_party/glfw/docs/
Dcompile.md6 build applications that use GLFW, see @ref build_guide.
16 compile_deps and @ref compile_options sections for GLFW-specific information.
25 If you are on a Unix-like system such as Linux, FreeBSD or Cygwin or have
31 [CMake user guide][cmake-guide] that includes everything in this guide not
34 [cmake-guide]: https://cmake.org/cmake/help/latest/guide/user-interaction/
40 all necessary dependencies for compiling GLFW, but on Unix-like systems like
46 By default, both the Wayland and X11 backends are enabled on Linux and other Unix-like
48 or @ref GLFW_BUILD_X11 CMake options in the next step when generating build files.
52 None of the development packages above are needed to build or run programs that use an
55 On Debian and derivatives like Ubuntu and Linux Mint you will need the `libwayland-dev`
[all …]
/third_party/jerryscript/tools/
Dbuild.py9 # http://www.apache.org/licenses/LICENSE-2.0
28 # We don't have default toolchain on Windows and os.uname() isn't supported.
40 devhelp_preparser.add_argument('--devhelp', action='store_true', default=False,
46 args.append('--devhelp')
52 This tool is a thin wrapper around cmake and make to help build the
53 project easily. All the real build logic is in the CMakeLists.txt files.
57 buildgrp = parser.add_argument_group('general build options')
58 …buildgrp.add_argument('--builddir', metavar='DIR', default=os.path.join(settings.PROJECT_DIR, 'bui…
59 help='specify build directory (default: %(default)s)')
60 buildgrp.add_argument('--clean', action='store_true', default=False,
[all …]
/third_party/mindspore/mindspore-src/source/scripts/build/
Dusage.sh2 # Copyright 2021-2022 Huawei Technologies Co., Ltd
8 # http://www.apache.org/licenses/LICENSE-2.0
17 set -e
22 …echo "bash build.sh [-d] [-r] [-v] [-c on|off] [-t ut|st] [-g on|off] [-h] [-b ge] [-m infer|train…
23 …echo " [-a on|off] [-p on|off] [-i] [-R] [-D on|off] [-j[n]] [-e gpu|ascend|d|cpu] \\"
24 …echo " [-P on|off] [-z [on|off]] [-M on|off] [-V 10.1|11.1|310|910|910b] [-I arm64|ar…
25 echo " [-B on|off] [-E] [-l on|off] [-n full|lite|off] [-H on|off] \\"
26 echo " [-A on|off] [-S on|off] [-k on|off] [-W sse|neon|avx|avx512|off] \\"
27 echo " [-L Tensor-RT path] [-y on|off] [-F on|off] [-G common|auto|ptx] [-o]\\"
30 echo " -d Debug mode"
[all …]
/third_party/rust/crates/unicode-width/.github/workflows/
Drust.yml1 name: build
13 RUSTFLAGS: -D warnings
14 RUSTDOCFLAGS: -D warnings
17 build:
18 runs-on: ubuntu-latest
20 - uses: actions/checkout@v4
21 - name: Build
22 run: cargo build --verbose
23 - name: Run tests
24 run: cargo test --verbose
[all …]
/third_party/python/Lib/distutils/command/
Dclean.py5 # contributed by Bastian Kleineidam <calvin@cs.uni-sb.de>, added 2000-03-18
14 description = "clean up temporary files from 'build' command"
16 ('build-base=', 'b',
17 "base build directory (default: 'build.build-base')"),
18 ('build-lib=', None,
19 "build directory for all modules (default: 'build.build-lib')"),
20 ('build-temp=', 't',
21 "temporary build directory (default: 'build.build-temp')"),
22 ('build-scripts=', None,
23 "build directory for scripts (default: 'build.build-scripts')"),
[all …]
/third_party/ltp/
Dbuild.sh2 # Copyright (c) 2017-2021 Petr Vorel <pvorel@suse.cz>
5 set -e
7 CFLAGS="${CFLAGS:--Wformat -Werror=format-security -Werror=implicit-function-declaration -Werror=re…
8 CC="${CC:-gcc}"
10 DEFAULT_PREFIX="$HOME/ltp-install"
14 CONFIGURE_OPTS_IN_TREE="--with-open-posix-testsuite --with-realtime-testsuite $CONFIGURE_OPT_EXTRA"
15 # TODO: open posix testsuite is currently broken in out-tree-build. Enable it once it's fixed.
16 CONFIGURE_OPTS_OUT_TREE="--with-realtime-testsuite $CONFIGURE_OPT_EXTRA"
19 BUILD_DIR="$SRC_DIR/../ltp-build"
21 MAKE_OPTS="-j$(getconf _NPROCESSORS_ONLN)"
[all …]
/third_party/vk-gl-cts/external/openglcts/
DREADME.md4 This document describes how to build, port, and run the OpenGL and OpenGL ES
8 Up-to-date documentation for dEQP is available at:
10 * [The VK-GL-CTS wiki for Khronos members](https://gitlab.khronos.org/Tracker/vk-gl-cts/wikis/home)
11 * [The VK-GL-CTS wiki for non-Khronos members](https://github.com/KhronosGroup/VK-GL-CTS/wiki)
15 ------------------------
16 - [OpenGL and OpenGL ES 2.0/3.X Conformance Test Instructions](#opengl-and-opengl-es-203x-conforman…
17 - [Contents](#contents)
18 - [Test History](#test-history)
19 - [Introduction](#introduction)
20 - [Test Environment Requirements](#test-environment-requirements)
[all …]
/third_party/skia/m133/third_party/externals/harfbuzz/docs/
Dusermanual-install-harfbuzz.xml2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
7 <chapter id="install-harfbuzz">
18 libharfbuzz DLL, hb-view.exe, hb-shape.exe, and all
32 compatibility-breaking way in any release. However, other,
45 <emphasis>(1)</emphasis> To build HarfBuzz on Linux, you must first install the
52 …mand>sudo apt install</command> <package>gcc g++ libfreetype6-dev libglib2.0-dev libcairo2-dev</pa…
53 On Fedora, RHEL, CentOS, or other Red-Hat&ndash;based systems, you would run:
54 …ting><command>sudo yum install</command> <package>gcc gcc-c++ freetype-devel glib2-devel cairo-dev…
68 From a shell in the top-level directory of the extracted source
[all …]
/third_party/skia/third_party/externals/harfbuzz/docs/
Dusermanual-install-harfbuzz.xml2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
7 <chapter id="install-harfbuzz">
18 libharfbuzz DLL, hb-view.exe, hb-shape.exe, and all
32 compatibility-breaking way in any release. However, other,
45 <emphasis>(1)</emphasis> To build HarfBuzz on Linux, you must first install the
52 …mand>sudo apt install</command> <package>gcc g++ libfreetype6-dev libglib2.0-dev libcairo2-dev</pa…
53 On Fedora, RHEL, CentOS, or other Red-Hat&ndash;based systems, you would run:
54 …ting><command>sudo yum install</command> <package>gcc gcc-c++ freetype-devel glib2-devel cairo-dev…
68 From a shell in the top-level directory of the extracted source
[all …]
/third_party/skia/bazel/common_config_settings/
Ddefs.bzl1 # https://github.com/bazelbuild/bazel-skylib/blob/main/rules/common_settings.bzl
4 # Forked from https://github.com/bazelbuild/bazel-skylib/blob/main/rules/common_settings.bzl
23 doc = "A string-typed build setting that can be set multiple times on the command line",
29 # This is defined to make the BUILD.bazel file easier to read w/o the boilerplate of defining
31 # https://docs.bazel.build/versions/main/skylark/macros.html
32 def string_flag_with_values(flag_name, values, default = "", multiple = False):
36 # We have to specify a default value, even if that value is empty string.
37 … # https://docs.bazel.build/versions/main/skylark/config.html#instantiating-build-settings
38 build_setting_default = default,
39 # If empty string is the default, we need to make sure it is in the list
[all …]
/third_party/openssl/
DINSTALL.md1 Build and Install
11 - [Prerequisites](#prerequisites)
12 - [Notational Conventions](#notational-conventions)
13 - [Quick Installation Guide](#quick-installation-guide)
14 - [Building OpenSSL](#building-openssl)
15 - [Installing OpenSSL](#installing-openssl)
16 - [Configuration Options](#configuration-options)
17 - [API Level](#api-level)
18 - [Cross Compile Prefix](#cross-compile-prefix)
19 - [Build Type](#build-type)
[all …]
/third_party/ninja/doc/
Dmanual.asciidoc1 The Ninja build system
7 ------------
9 Ninja is yet another build system. It takes as input the
13 Ninja joins a sea of other build systems. Its distinguishing goal is
17 files and whose other build systems (including one built from custom
18 non-recursive Makefiles) would take ten seconds to start building
24 Where other build systems are high-level languages, Ninja aims to be
27 Build systems get slow when they need to make decisions. When you are
28 in an edit-compile cycle you want it to be as fast as possible -- you
29 want the build system to do the minimum work necessary to figure out
[all …]
/third_party/vulkan-loader/
DBUILD.md1 # Build Instructions
7 - [Build Instructions](#build-instructions)
8 - [Table Of Contents](#table-of-contents)
9 - [Contributing to the Repository](#contributing-to-the-repository)
10 - [Repository Content](#repository-content)
11 - [Installed Files](#installed-files)
12 - [Build Requirements](#build-requirements)
13 - [Test Requirements](#test-requirements)
14 - [Repository Set-Up](#repository-set-up)
15 - [Display Drivers](#display-drivers)
[all …]
/third_party/rust/crates/serde/.github/workflows/
Dci.yml13 RUSTFLAGS: -Dwarnings
18 runs-on: ubuntu-latest
19 timeout-minutes: 45
21 - uses: actions/checkout@v4
22 - uses: dtolnay/rust-toolchain@nightly
23 - run: cd test_suite && cargo test --features unstable
27 runs-on: windows-latest
28 timeout-minutes: 45
30 - uses: actions/checkout@v4
31 - uses: dtolnay/rust-toolchain@nightly
[all …]

12345678910>>...46