Home
last modified time | relevance | path

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

12345678910

/third_party/curl/scripts/zuul/
Dscript.sh9 # Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
23 set -eo pipefail
28 …./configure --enable-debug --disable-shared --disable-threaded-resolver --enable-code-coverage --e…
30 make TFLAGS=-n test-nonflaky
31 make "TFLAGS=-n -e" test-nonflaky
33 make "TFLAGS=-n -t $tests" test-nonflaky
34 coveralls --gcov /usr/bin/gcov-8 --gcov-options '\-lp' -i src -e lib -e tests -e docs -b $PWD/src
35 coveralls --gcov /usr/bin/gcov-8 --gcov-options '\-lp' -e src -i lib -e tests -e docs -b $PWD/lib
39 …./configure --enable-debug --disable-shared --disable-threaded-resolver --enable-code-coverage --e…
41 tests="!TLS-SRP !FTP"
[all …]
/third_party/curl/
D.azure-pipelines.yml8 # Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
30 - 'master'
31 - '*/ci'
36 - 'master'
44 - stage: linux
47 - job: ubuntu
55 vmImage: 'ubuntu-latest'
61 configure: --enable-debug --with-openssl
64 configure: --disable-ipv6 --with-openssl
67 configure: --disable-http --disable-smtp --disable-imap --without-openssl
[all …]
D.cirrus.yml8 # Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
23 # https://cirrus-ci.com/github/curl/curl
30 # image_family: freebsd-13-0-snap
31 - name: FreeBSD 12.2
33 image_family: freebsd-12-2
34 - name: FreeBSD 11.4
36 image_family: freebsd-11-4
41 MAKE_FLAGS: -j 2
44 - pkg update -f
45- pkg install -y autoconf automake libtool pkgconf brotli openldap-client heimdal libpsl libssh2 o…
[all …]
Dappveyor.yml8 # Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
27 # generated CMake-based Visual Studio Release builds
28 - APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2015"
40 - APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2019"
43 TARGET: "-A x64"
53 - APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2019"
56 TARGET: "-A ARM64"
66 # generated CMake-based Visual Studio Debug builds
67 - APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2015"
79 - APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2019"
[all …]
/third_party/node/deps/cares/m4/
Dcares-confopts.m43 # Copyright (C) 2008 - 2013 by Daniel Stenberg et al
22 dnl -------------------------------------------------
24 dnl --enable-debug or --disable-debug, and set shell
30 AC_MSG_CHECKING([whether to enable debug build options])
33 AS_HELP_STRING([--enable-debug],[Enable debug build options])
34 AS_HELP_STRING([--disable-debug],[Disable debug build options]),
38 dnl --disable-debug option used
46 dnl --enable-debug option used
55 dnl -------------------------------------------------
57 dnl --enable-nonblocking or --disable-nonblocking, and
[all …]
/third_party/benchmark/
DCMakeLists.txt18 option(BENCHMARK_ENABLE_TESTING "Enable testing of the benchmark library." ON)
19 option(BENCHMARK_ENABLE_EXCEPTIONS "Enable the use of exceptions in the benchmark library." ON)
20 option(BENCHMARK_ENABLE_LTO "Enable link time optimisation of the benchmark library." OFF)
22 option(BENCHMARK_ENABLE_WERROR "Build Release candidates with -Werror." ON)
23 option(BENCHMARK_FORCE_WERROR "Build Release candidates with -Werror regardless of compiler issues.…
36 …set(BENCHMARK_BUILD_32_BITS OFF CACHE BOOL "Build a 32 bit version of the library - unsupported wh…
38 option(BENCHMARK_ENABLE_INSTALL "Enable installation of benchmark. (Projects embedding benchmark ma…
40 option(BENCHMARK_INSTALL_DOCS "Enable installation of documentation." ON)
44 option(BENCHMARK_DOWNLOAD_DEPENDENCIES "Allow the downloading and in-tree building of unmet depende…
48 option(BENCHMARK_ENABLE_GTEST_TESTS "Enable building the unit tests which depend on gtest" ON)
[all …]
/third_party/libusb/
Dconfigure.ac5 [^#define\s*$1\s*\([0-9]*\).*], [\1]))])
8 [^#define\s*$1\s*"\(-rc[0-9]*\)".*], [\1]))])
19 AC_INIT([libusb-1.0], [LIBUSB_MAJOR[.]LIBUSB_MINOR[.]LIBUSB_MICRO[]LIBUSB_RC], [libusb-devel@lists.…
32 dnl http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
37 LT_LDFLAGS="-version-info ${lt_current}:${lt_revision}:${lt_age} -no-undefined"
44 dnl check for -std=gnu11 compiler support (optional)
45 dnl note that we don't just check if the compiler accepts '-std=x11'
49 CFLAGS="-std=gnu11"
50 AC_MSG_CHECKING([if $CC supports -std=gnu11])
57 dnl fallback check for -std=c11 compiler support (required)
[all …]
/third_party/boost/libs/nowide/cmake/
DBoostAddWarnings.cmake1 # Enable warnings for the given target
3 # target: Non-interface library or executable
6 # Optionally can pass a bool as warnings-as-errors
18 set(supression -Wno-long-long)
19 set(warn_off -w)
20 set(warn_on -Wall ${supression})
21 set(warn_all -Wall ${supression})
22 set(warn_extra -Wall -Wextra ${supression})
23 set(warn_pedantic -Wall -Wextra -pedantic ${supression})
24 set(werror -Werror) variable
[all …]
/third_party/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 …]
/third_party/curl/m4/
Dcurl-confopts.m48 # Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
27 dnl -------------------------------------------------
29 dnl --enable-threaded-resolver or --disable-threaded-resolver, and
33 AC_MSG_CHECKING([whether to enable the threaded resolver])
36 AS_HELP_STRING([--enable-threaded-resolver],[Enable threaded resolver])
37 AS_HELP_STRING([--disable-threaded-resolver],[Disable threaded resolver]),
41 dnl --disable-threaded-resolver option used
53 dnl -------------------------------------------------
55 dnl --enable-ares or --disable-ares, and
61 AC_MSG_CHECKING([whether to enable c-ares for DNS lookups])
[all …]
/third_party/flatbuffers/
DCMakeLists.txt9 option(FLATBUFFERS_CODE_COVERAGE "Enable the code coverage build option." OFF)
10 option(FLATBUFFERS_BUILD_TESTS "Enable the build of tests and samples." ON)
11 option(FLATBUFFERS_INSTALL "Enable the installation of targets." ON)
12 option(FLATBUFFERS_BUILD_FLATLIB "Enable the build of the flatbuffers library"
14 option(FLATBUFFERS_BUILD_FLATC "Enable the build of the flatbuffers compiler"
16 option(FLATBUFFERS_STATIC_FLATC "Build flatbuffers compiler with -static flag"
18 option(FLATBUFFERS_BUILD_FLATHASH "Enable the build of flathash" ON)
19 option(FLATBUFFERS_BUILD_GRPCTEST "Enable the build of grpctest" OFF)
21 "Enable the build of the flatbuffers shared library"
26 "Add '-fsanitize' flags to 'flattests' and 'flatc' targets."
[all …]
/third_party/json/benchmarks/thirdparty/benchmark/
DCMakeLists.txt15 option(BENCHMARK_ENABLE_TESTING "Enable testing of the benchmark library." ON)
16 option(BENCHMARK_ENABLE_EXCEPTIONS "Enable the use of exceptions in the benchmark library." ON)
17 option(BENCHMARK_ENABLE_LTO "Enable link time optimisation of the benchmark library." OFF)
20 option(BENCHMARK_ENABLE_INSTALL "Enable installation of benchmark. (Projects embedding benchmark ma…
24 option(BENCHMARK_DOWNLOAD_DEPENDENCIES "Allow the downloading and in-tree building of unmet depende…
28 option(BENCHMARK_ENABLE_GTEST_TESTS "Enable building the unit tests which depend on gtest" ON)
35 # FIXME: The --coverage flag needs to be removed when building assembly
64 option(BENCHMARK_ENABLE_ASSEMBLY_TESTS "Enable building and running the assembly tests"
77 string(REGEX MATCH "[0-9]+\\.[0-9]+\\.[0-9]+" VERSION ${GIT_VERSION})
78 message("-- Version: ${VERSION}")
[all …]
/third_party/skia/third_party/externals/libpng/
Dconfigure.ac3 # Copyright (c) 2018-2019 Cosmin Truta
4 # Copyright (c) 2004-2016 Glenn Randers-Pehrson
28 AC_INIT([libpng],[1.6.38.git],[png-mng-implement@lists.sourceforge.net])
32 # color-tests requires automake 1.11 or later
33 # silent-rules requires automake 1.11 or later
34 # dist-xz requires automake 1.11 or later
37 AM_INIT_AUTOMAKE([1.13 foreign dist-xz color-tests silent-rules subdir-objects])
38 # The following line causes --disable-maintainer-mode to be the default to
72 LT_INIT([win32-dll])
78 if ${AWK} -f ${srcdir}/scripts/options.awk out="/dev/null" version=search\
[all …]
/third_party/flutter/skia/third_party/externals/libpng/
Dconfigure.ac3 # Copyright (c) 2018-2019 Cosmin Truta
4 # Copyright (c) 2004-2016 Glenn Randers-Pehrson
28 AC_INIT([libpng],[1.6.38.git],[png-mng-implement@lists.sourceforge.net])
32 # color-tests requires automake 1.11 or later
33 # silent-rules requires automake 1.11 or later
34 # dist-xz requires automake 1.11 or later
37 AM_INIT_AUTOMAKE([1.13 foreign dist-xz color-tests silent-rules subdir-objects])
38 # The following line causes --disable-maintainer-mode to be the default to
72 LT_INIT([win32-dll])
78 if ${AWK} -f ${srcdir}/scripts/options.awk out="/dev/null" version=search\
[all …]
/third_party/libpng/
Dconfigure.ac4 # Copyright (c) 2004-2016 Glenn Randers-Pehrson
28 AC_INIT([libpng],[1.6.37],[png-mng-implement@lists.sourceforge.net])
32 # color-tests requires automake 1.11 or later
33 # silent-rules requires automake 1.11 or later
34 # dist-xz requires automake 1.11 or later
37 AM_INIT_AUTOMAKE([1.13 foreign dist-xz color-tests silent-rules subdir-objects])
38 # The following line causes --disable-maintainer-mode to be the default to
72 LT_INIT([win32-dll])
78 if ${AWK} -f ${srcdir}/scripts/options.awk out="/dev/null" version=search\
87 # This is a remnant of the old cc -E validation, where it may have been
[all …]
/third_party/skia/third_party/externals/oboe/
DCMakeLists.txt6 # e.g. ${OBOE_HOME}/samples/RhythmGame/.externalNativeBuild/cmake/ndkExtractorDebug/x86/oboe-bin)
71 # Enable -Werror when building debug config
72 # Enable -Ofast
75 -std=c++14
76 -Wall
77 -Wextra-semi
78 -Wshadow
79 -Wshadow-field
80 -Ofast
81 "$<$<CONFIG:DEBUG>:-Werror>")
[all …]
/third_party/nghttp2/
Dconfigure.ac1 dnl nghttp2 - HTTP/2 C Library
25 dnl http://www.gnu.org/software/automake/manual/html_node/Flag-Variables-Ordering.html
28 AC_INIT([nghttp2], [1.43.0], [t-tujikawa@users.sourceforge.net])
41 AM_INIT_AUTOMAKE([subdir-objects])
46 dnl http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
51 major=`echo $PACKAGE_VERSION |cut -d. -f1 | sed -e "s/[^0-9]//g"`
52 minor=`echo $PACKAGE_VERSION |cut -d. -f2 | sed -e "s/[^0-9]//g"`
53 patch=`echo $PACKAGE_VERSION |cut -d. -f3 | cut -d- -f1 | sed -e "s/[^0-9]//g"`
59 dnl Checks for command-line options
60 AC_ARG_ENABLE([werror], optenable
[all …]
Dreleasechk1 #!/bin/sh -e
3 autoreconf -i
4 git submodule update --init
5 ./configure --with-mruby --with-neverbleed --enable-asio-lib
6 make -j8 distcheck DISTCHECK_CONFIGURE_FLAGS="--with-mruby --with-neverbleed --enable-asio-lib --en…
/third_party/nghttp2/.github/workflows/
Dbuild.yml7 runs-on: ${{ matrix.os }}
11 os: [ubuntu-20.04, macos-10.15]
16 - uses: actions/checkout@v2
17 - name: Linux setup
20 sudo apt-get install \
21 g++-8 \
22 clang-10 \
25 autotools-dev \
27 pkg-config \
28 zlib1g-dev \
[all …]
/third_party/node/
Dcommon.gypi5 'werror': '', # Turn off -Werror in V8 build.
12 'msvs_multi_core_compile': '0', # we do enable multicore compiles, but not using the V8 way
38 # Increment by one for each non-official patch applied to deps/v8.
39 'v8_embedder_string': '-node.87',
49 # Enable compiler warnings when using V8_DEPRECATED apis from V8 code.
51 # Enable compiler warnings when using V8_DEPRECATE_SOON apis from V8 code.
54 # Enable disassembler for `--print-code` v8 options
57 # Sets -dOBJECT_PRINT.
65 # node-gyp to build addons.
70 # See https://github.com/v8/v8/wiki/Untrusted-code-mitigations
[all …]
/third_party/mbedtls/tests/scripts/
Dcurves.pl6 # SPDX-License-Identifier: Apache-2.0
12 # http://www.apache.org/licenses/LICENSE-2.0
29 # library works with any curve, and in particular that curve-specific
42 # that includes -Werror.
47 -d 'library' && -d 'include' && -d 'tests' or die "Must be run from root\n";
51 my @curves = split( /\s+/, `sed -n -e '$sed_cmd' $config_h` );
80 # Disable all the curves. We'll then re-enable them one by one.
99 and abort "Failed to enable $curve\n";
109 system( "CFLAGS='-Werror -Wall -Wextra' make" )
131 $ENV{MBEDTLS_TEST_CONFIGURATION} = "-$curve";
[all …]
/third_party/skia/third_party/externals/oboe/samples/MegaDrone/src/main/cpp/
DCMakeLists.txt9 # Add the Oboe library as a subproject. Since Oboe is an out-of-tree source library we must also
11 add_subdirectory(${OBOE_DIR} ./oboe-bin)
14 include_directories(${OBOE_DIR}/include ${OBOE_DIR}/samples/shared ${OBOE_DIR}/samples/debug-utils)
20 native-lib.cpp
26 # Enable optimization flags: if having problems with source level debugging,
27 # disable -Ofast ( and debug ), re-enable it after done debugging.
28 target_compile_options(megadrone PRIVATE -Wall -Werror -Ofast)
/third_party/libsnd/m4/
Dax_add_fortify_source.m42 # http://www.gnu.org/software/autoconf-archive/ax_add_fortify_source.html
11 # Check whether -D_FORTIFY_SOURCE=2 can be added to CPPFLAGS without macro
12 # redefinition warnings. Some distributions (such as Gentoo Linux) enable
16 # <command-line>:0:0: error: "_FORTIFY_SOURCE" redefined [-Werror]
17 # <built-in>: note: this is the location of the previous definition
19 # which is a problem if -Werror is enabled. This macro checks whether
20 # _FORTIFY_SOURCE is already defined, and if not, adds -D_FORTIFY_SOURCE=2
29 # and this notice are preserved. This file is offered as-is, without any
35 AC_MSG_CHECKING([whether to add -D_FORTIFY_SOURCE=2 to CPPFLAGS])
49 CPPFLAGS="$CPPFLAGS -D_FORTIFY_SOURCE=2"
/third_party/lz4/
DMakefile2 # LZ4 - Makefile
3 # Copyright (C) Yann Collet 2011-present
29 # - LZ4 source repository : https://github.com/lz4/lz4
30 # - LZ4 forum froup : https://groups.google.com/forum/#!forum/lz4c
42 default: lib-release lz4-release
50 .PHONY: lib lib-release liblz4.a
52 lib lib-release liblz4.a:
53 @$(MAKE) -C $(LZ4DIR) $@
55 .PHONY: lz4 lz4-release
57 lz4-release : lib-release
[all …]
/third_party/skia/third_party/externals/oboe/samples/LiveEffect/src/main/cpp/
DCMakeLists.txt8 # http://www.apache.org/licenses/LICENSE-2.0
24 add_subdirectory(${OBOE_DIR} ./oboe-bin)
31 ${SAMPLE_ROOT_DIR}/debug-utils/trace.cpp)
34 ${SAMPLE_ROOT_DIR}/debug-utils
43 # Enable optimization flags: if having problems with source level debugging,
44 # disable -Ofast ( and debug ), re-enable it after done debugging.
45 target_compile_options(liveEffect PRIVATE -Wall -Werror "$<$<CONFIG:RELEASE>:-Ofast>")

12345678910