Home
last modified time | relevance | path

Searched +full:- +full:- +full:enable +full:- +full:shared (Results 1 – 25 of 1101) sorted by relevance

12345678910>>...45

/external/pcre/maint/
DManyConfigTests13 # -noasan skip the test that uses -fsanitize=address
14 # -nousan skip the test that uses -fsanitize=undefined
15 # -nodebug skip the test that uses --enable-debug
16 # -nojit skip all JIT tests
17 # -nojitmain skip non-valgrind JIT tests
18 # -nojitvalgrind skip JIT tests with valgrind
19 # -nomain skip all the main (non-JIT) set of tests
20 # -nomainvalgrind skip the main (non-JIT) valgrind tests
21 # -notmp skip the tests in a temporary directory
22 # -notmpjit skip the JIT test in a temporary directory
[all …]
/external/oss-fuzz/projects/dlplibs/
Dbuild.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
18 tar -xJf $SRC/zlib-1.2.11.tar.xz
19 pushd zlib-1.2.11
20 ./configure --static
21 make -j$(nproc)
22 export ZLIB_CFLAGS="-I$(pwd)"
23 export ZLIB_LIBS="-L$(pwd) -lz"
26 tar -xzf $SRC/lcms2-2.8.tar.gz
27 pushd lcms2-2.8
[all …]
/external/oss-fuzz/projects/ecc-diff-fuzzer/
Dbuild.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
22 tar -xvf ../gmp-6.1.2.tar.bz2
23 cd gmp-6.1.2
25 #we could do instead --enable-fat
26 ./configure --disable-shared --disable-assembly
27 make -j$(nproc)
31 ./configure --disable-shared --disable-openssl
32 make -j$(nproc)
39 make -j$(nproc)
[all …]
/external/oss-fuzz/projects/wget2/
Dbuild.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
20 export CPPFLAGS="-I$WGET2_DEPS_PATH/include"
21 export LDFLAGS="-L$WGET2_DEPS_PATH/lib"
27 ./configure --enable-static --disable-shared --prefix=$WGET2_DEPS_PATH
28 make -j$(nproc)
33 ./configure --enable-static --disable-shared --disable-doc --disable-gcc-warnings --prefix=$WGET2_D…
34 make -j$(nproc)
39 ./configure --enable-static --disable-shared --disable-gtk-doc --enable-runtime=libidn2 --enable-bu…
40 make -j$(nproc)
[all …]
/external/iptables/
DINSTALL4 iptables uses the well-known configure(autotools) infrastructure.
14 * no kernel-source required
16 * but obviously a compiler, glibc-devel and linux-kernel-headers
25 --prefix=
31 --with-xtlibdir=
36 --enable-devel (or --disable-devel)
40 such as Xtables-addons or other 3rd-party extensions.
44 --enable-static
46 Produce additional binaries, iptables-static/ip6tables-static,
49 --disable-shared
[all …]
/external/oss-fuzz/projects/ffmpeg/
Dbuild.sh1 #!/bin/bash -eux
8 # http://www.apache.org/licenses/LICENSE-2.0
18 # Disable UBSan vptr since several targets built with -fno-rtti.
19 export CFLAGS="$CFLAGS -fno-sanitize=vptr"
20 export CXXFLAGS="$CXXFLAGS -fno-sanitize=vptr"
24 mkdir -p $FFMPEG_DEPS_PATH
30 bzip2 -f -d alsa-lib-*
31 tar xf alsa-lib-*
32 rm alsa-lib-*.tar
33 cd alsa-lib-*
[all …]
/external/oss-fuzz/projects/gnupg/
Dbuild.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
20 cd libgpg-error
22 ./configure --disable-doc --enable-static --disable-shared
28 ./configure --disable-doc --enable-static --disable-shared
34 ./configure --disable-doc --enable-static --disable-shared
40 ./configure --disable-doc --enable-static --disable-shared
46 ./configure --disable-doc --enable-static --disable-shared
58 ./configure --disable-doc --enable-maintainer-mode
59 make -j$(nproc) all
/external/oss-fuzz/projects/wget/
Dbuild.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
20 export CPPFLAGS="-I$WGET_DEPS_PATH/include"
21 export LDFLAGS="-L$WGET_DEPS_PATH/lib"
27 ./configure --enable-static --disable-shared --prefix=$WGET_DEPS_PATH --cache-file ../config.cache
28 make -j$(nproc)
33 ./configure --enable-static --disable-shared --disable-doc --disable-gcc-warnings --prefix=$WGET_DE…
34 make -j$(nproc)
39 …onfigure --enable-static --disable-shared --disable-gtk-doc --enable-runtime=libidn2 --enable-buil…
40 make -j$(nproc)
[all …]
/external/oss-fuzz/projects/gnutls/
Dbuild.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
20 export CPPFLAGS="-I$DEPS_PATH/include"
21 export LDFLAGS="-L$DEPS_PATH/lib -L$DEPS_PATH/lib64"
27 ./configure --enable-static --disable-shared --prefix=$DEPS_PATH
28 make -j$(nproc)
34 …./configure --enable-static --disable-shared --disable-doc --disable-gcc-warnings --prefix=$DEPS_P…
35 make -j$(nproc)
39 # https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3119
40 # https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3159
[all …]
/external/oss-fuzz/projects/libpsl/
Dbuild.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
20 export CPPFLAGS="-I$DEPS_PATH/include"
21 export LDFLAGS="-L$DEPS_PATH/lib"
24 export GNULIB_TOOL=$GNULIB_SRCDIR/gnulib-tool
29 CFLAGS="$CFLAGS -fno-sanitize=vptr" \
30 CXXFLAGS="$CXXFLAGS -fno-sanitize=vptr" \
31 CPPFLAGS="$CPPFLAGS -fno-sanitize=vptr" \
32 ./configure --disable-shared --enable-static --disable-extras --disable-icuio --disable-layoutex \
33 --disable-tests --disable-samples --with-data-packaging=static --prefix=$DEPS_PATH
[all …]
/external/cronet/base/
Dbase_switches.cc2 // Use of this source code is governed by a BSD-style license that can be
12 const char kDisableBestEffortTasks[] = "disable-best-effort-tasks";
15 const char kDisableBreakpad[] = "disable-breakpad";
17 // Comma-separated list of feature names to disable. See also kEnableFeatures.
18 const char kDisableFeatures[] = "disable-features";
20 // Force disabling of low-end device mode when set.
21 const char kDisableLowEndDeviceMode[] = "disable-low-end-device-mode";
26 const char kEnableCrashReporter[] = "enable-crash-reporter";
28 // Comma-separated list of feature names to enable. See also kDisableFeatures.
29 const char kEnableFeatures[] = "enable-features";
[all …]
/external/pcre/
DCMakeLists.txt9 # 2007-09-14 mod by Sheri so 7.4 supported configuration options can be entered
10 # 2007-09-19 Adjusted by PH to retain previous default settings
11 # 2007-12-26 (a) On UNIX, use names libpcre instead of just pcre
13 # not a previously-installed one.
16 # 2008-01-20 Brought up to date to include several new features by Christian
18 # 2008-01-22 Sheri added options for backward compatibility of library names
20 # if "ON", NON_STANDARD_LIB_PREFIX causes shared libraries to
23 # if "ON", NON_STANDARD_LIB_SUFFIX causes shared libraries to
24 # be built with suffix of "-0.dll". (The libraries will be named
25 # libpcre-0.dll, libpcreposix-0.dll and libpcrecpp-0.dll - same names
[all …]
DREADME1 README file for PCRE2 (Perl-compatible regular expression library)
2 ------------------------------------------------------------------
4 PCRE2 is a re-working of the original PCRE1 library to provide an entirely new
14 pcre2-dev@googlegroups.com. You can subscribe by sending an email to
15 pcre2-dev+subscribe@googlegroups.com.
20 https://groups.google.com/g/pcre2-dev
27 Building PCRE2 on non-Unix-like systems
31 Shared libraries
32 Cross-compiling using autotools
40 --------------
[all …]
/external/armnn/samples/common/cmake/
Dfind_opencv.cmake2 # SPDX-License-Identifier: MIT
57 set(CONFIGURE_DEBUG --enable-debug)
58 set(OPENCV_DEBUG "-DBUILD_WITH_DEBUG_INFO=ON")
63 …URL "https://code.videolan.org/videolan/x264/-/archive/${LIBX264_VERSION}/x264-${LIBX264_VERSION}.…
67 --host=${GNU_MACHINE}
68 --enable-static
69 --enable-shared
70 --cross-prefix=${CROSS_PREFIX}
71 --prefix=${CMAKE_BINARY_DIR}
72 --extra-ldflags=-static-libstdc++
[all …]
/external/trusty/musl/
Dconfigure13 --srcdir=DIR source directory [detected]
16 --prefix=PREFIX main installation prefix [/usr/local/musl]
17 --exec-prefix=EPREFIX installation prefix for executable files [PREFIX]
20 --bindir=DIR user executables [EPREFIX/bin]
21 --libdir=DIR library files for the linker [PREFIX/lib]
22 --includedir=DIR include files for the C compiler [PREFIX/include]
23 --syslibdir=DIR location for the dynamic linker [/lib]
26 --target=TARGET configure to run on target TARGET [detected]
27 --host=HOST same as --target
28 --build=BUILD build system type; used only to infer cross-compiling
[all …]
/external/rust/crates/clang-sys/
DREADME.md1 # clang-sys
3 [![Crate](https://img.shields.io/crates/v/clang-sys.svg)](https://crates.io/crates/clang-sys)
4 [![Documentation](https://docs.rs/clang-sys/badge.svg)](https://docs.rs/clang-sys)
5 …ithub/actions/workflow/status/KyleMayes/clang-sys/ci.yml?branch=master)](https://github.com/KyleMa…
6 ![MSRV](https://img.shields.io/badge/MSRV-1.51.0-blue)
10 …t idiomatic Rust wrapper for these bindings, see [`clang-rs`](https://github.com/KyleMayes/clang-r…
14 ## [Documentation](https://docs.rs/clang-sys)
24 To target a version of `libclang`, enable a Cargo features such as one of the following:
26 * `clang_3_5` - requires `libclang` 3.5 or later
27 * `clang_3_6` - requires `libclang` 3.6 or later
[all …]
/external/tensorflow/tensorflow/tools/ci_build/devtoolset/
Dbuild_devtoolset.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
17 # Builds a devtoolset cross-compiler targeting manylinux 2010 (glibc 2.12 /
24 devtoolset-7)
26 LIBSTDCXX_ABI="gcc4-compatible"
28 devtoolset-9)
33 echo "Usage: $0 {devtoolset-7|devtoolset-9} <target-directory>"
34 …echo "Use 'devtoolset-7' to build a manylinux2010 compatible toolchain or 'devtoolset-9' to build …
39 mkdir -p "${TARGET}"
41 # Download glibc's shared and development libraries based on the value of the
[all …]
/external/musl/
Dconfigure13 --srcdir=DIR source directory [detected]
16 --prefix=PREFIX main installation prefix [/usr/local/musl]
17 --exec-prefix=EPREFIX installation prefix for executable files [PREFIX]
20 --bindir=DIR user executables [EPREFIX/bin]
21 --libdir=DIR library files for the linker [PREFIX/lib]
22 --includedir=DIR include files for the C compiler [PREFIX/include]
23 --syslibdir=DIR location for the dynamic linker [/lib]
26 --target=TARGET configure to run on target TARGET [detected]
27 --host=HOST same as --target
28 --build=BUILD build system type; used only to infer cross-compiling
[all …]
/external/pcre/doc/html/
DREADME.txt1 README file for PCRE2 (Perl-compatible regular expression library)
2 ------------------------------------------------------------------
4 PCRE2 is a re-working of the original PCRE1 library to provide an entirely new
14 pcre2-dev@googlegroups.com. You can subscribe by sending an email to
15 pcre2-dev+subscribe@googlegroups.com.
20 https://groups.google.com/g/pcre2-dev
27 Building PCRE2 on non-Unix-like systems
31 Shared libraries
32 Cross-compiling using autotools
40 --------------
[all …]
/external/oss-fuzz/projects/knot-dns/
Dbuild.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
24 export CPPFLAGS="-I$DEPS_PATH/include"
25 export LDFLAGS="-L$DEPS_PATH/lib"
27 export GNULIB_TOOL=$SRC/gnulib/gnulib-tool
31 ./configure --enable-static --disable-shared --prefix=$DEPS_PATH
32 make -j$(nproc)
38 GNUTLS_CONFIGURE_FLAGS="--disable-hardware-acceleration"
39 NETTLE_CONFIGURE_FLAGS="--disable-assembler --disable-fat"
44 ./configure --enable-mini-gmp --enable-static --disable-shared --disable-documentation --prefix=$DE…
[all …]
/external/google-cloud-java/java-service-usage/proto-google-cloud-service-usage-v1beta1/src/main/java/com/google/api/serviceusage/v1beta1/
DBatchEnableServicesRequestOrBuilder.java8 * https://www.apache.org/licenses/LICENSE-2.0
30 * Parent to enable services on.
46 * Parent to enable services on.
63 * The identifiers of the services to enable on the project.
66 * Enabling services requires that each service is public or is shared with
68 * Two or more services must be specified. To enable a single service,
70 * A single request can enable a maximum of 20 services at a time. If more
84 * The identifiers of the services to enable on the project.
87 * Enabling services requires that each service is public or is shared with
89 * Two or more services must be specified. To enable a single service,
[all …]
/external/python/cpython3/Modules/_sqlite/clinic/
Dmodule.c.h7 "--\n"
51 "--\n"
53 "Enable or disable shared cache mode for the calling thread.\n"
56 "Shared cache is strongly discouraged by the SQLite 3 documentation.\n"
57 "If shared cache must be used, open the database in URI mode using\n"
58 "the cache=shared query parameter.");
80 if (do_enable == -1 && PyErr_Occurred()) { in pysqlite_enable_shared_cache()
91 "--\n"
122 "--\n"
147 if (PyUnicode_READY(args[0]) == -1) { in pysqlite_register_converter()
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/m4/
Dltoptions.m41 # Helper functions for option handling. -*- Autoconf -*-
3 # Copyright (C) 2004-2005, 2007-2009, 2011-2013 Free Software
17 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
18 # ------------------------------------------
20 [[_LT_OPTION_]m4_bpatsubst($1__$2, [[^a-zA-Z0-9_]], [_])])
23 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
24 # ---------------------------------------
25 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a
26 # matching handler defined, dispatch to it. Other OPTION-NAMEs are
36 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
[all …]
/external/libexif/auto-m4/
Dltoptions.m41 # Helper functions for option handling. -*- Autoconf -*-
17 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
18 # ------------------------------------------
20 [[_LT_OPTION_]m4_bpatsubst($1__$2, [[^a-zA-Z0-9_]], [_])])
23 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
24 # ---------------------------------------
25 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a
26 # matching handler defined, dispatch to it. Other OPTION-NAMEs are
36 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
37 # ------------------------------------------------------------
[all …]
/external/google-breakpad/m4/
Dltoptions.m41 # Helper functions for option handling. -*- Autoconf -*-
16 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
17 # ------------------------------------------
19 [[_LT_OPTION_]m4_bpatsubst($1__$2, [[^a-zA-Z0-9_]], [_])])
22 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
23 # ---------------------------------------
24 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a
25 # matching handler defined, dispatch to it. Other OPTION-NAMEs are
35 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
36 # ------------------------------------------------------------
[all …]

12345678910>>...45