Searched +full:- +full:- +full:enable +full:- +full:werror (Results 1 – 25 of 181) sorted by relevance
12345678
| /third_party/libsnd/.github/workflows/ |
| D | action.yml | 8 fail-fast: false 11 ubuntu-gcc-autotools, 12 ubuntu-clang-autotools, 13 ubuntu-gcc-ossfuzz, 14 macos-autotools, 15 ubuntu-gcc-cmake, 16 ubuntu-gcc-cmake-shared, 17 ubuntu-clang-cmake, 18 ubuntu-clang-cmake-shared, 19 macos-cmake, [all …]
|
| /third_party/libcoap/scripts/ |
| D | github_dist.sh | 4 # out-of-tree build and installation afterwards. 6 # Copyright (C) 2021-2023 Olaf Bergmann <bergmann@tzi.org> 12 PREFIX=--prefix=`pwd`/libcoap-install 13 ARCHIVE=`ls -1t libcoap-*.tar.bz2 |head -1` 16 if test $err = 0 -a "x$ARCHIVE" != "x"; then 17 DIR=`pwd`/`tar taf $ARCHIVE |cut -d/ -f1|head -1` 19 …$DIR/configure $PREFIX --enable-tests --enable-silent-rules --enable-documentation --enable-examp… 20 make EXTRA_CFLAGS=-Werror && make install EXTRA_CFLAGS=-Werror 23 make -C $DIR/examples/lwip EXTRA_CFLAGS=-Werror 27 make -C $DIR/examples/contiki [all …]
|
| /third_party/musl/ |
| D | configure | 13 --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/popt/ |
| D | configure.ac | 2 AC_INIT([popt], [1.19], [rpm-maint@lists.rpm.org]) 7 AC_CONFIG_AUX_DIR([build-aux]) 9 AM_INIT_AUTOMAKE([1.10 foreign -Wall]) 27 *-*-linux*) 30 *-*-gnu*) 34 AC_ARG_ENABLE([ld-version-script], 35 [AS_HELP_STRING([--enable-ld-version-script], 36 [enable/disable use of linker version script. 42 AC_ARG_ENABLE([build-gcov], 43 [AS_HELP_STRING([--enable-build-gcov], [build POPT instrumented for gcov])], [dnl [all …]
|
| /third_party/elfutils/ |
| D | configure.ac | 2 dnl Configure input file for elfutils. -*-autoconf-*- 4 dnl Copyright (C) 1996-2019 Red Hat, Inc. 32 # We want eu- as default program prefix if none was given by the user. 33 # But if the user explicitly provided --program-prefix="" then pretend 38 AC_MSG_NOTICE([No --program-prefix given, using "eu-"]) 39 program_prefix="eu-" 41 AC_MSG_NOTICE([Using no program-prefix]) 48 AC_COPYRIGHT([Copyright (C) 1996-2022 The elfutils developers.]) 51 dnl We use GNU make extensions; automake 1.10 defaults to -Wportability. 52 AM_INIT_AUTOMAKE([gnits 1.11 -Wno-portability dist-bzip2 no-dist-gzip parallel-tests]) [all …]
|
| /third_party/curl/m4/ |
| D | curl-confopts.m4 | 21 # SPDX-License-Identifier: curl 29 dnl ------------------------------------------------- 31 dnl --enable-threaded-resolver or --disable-threaded-resolver, and 35 AC_MSG_CHECKING([whether to enable the threaded resolver]) 38 AS_HELP_STRING([--enable-threaded-resolver],[Enable threaded resolver]) 39 AS_HELP_STRING([--disable-threaded-resolver],[Disable threaded resolver]), 43 dnl --disable-threaded-resolver option used 55 dnl ------------------------------------------------- 57 dnl --enable-ares or --disable-ares, and 63 AC_MSG_CHECKING([whether to enable c-ares for DNS lookups]) [all …]
|
| /third_party/popt/ci/ |
| D | Dockerfile | 2 MAINTAINER rpm-maint@lists.rpm.org 6 RUN echo -e "deltarpm=0\ninstall_weak_deps=0\ntsflags=nodocs" >> /etc/dnf/dnf.conf 7 RUN rm -f /etc/yum.repos.d/*modular.repo 8 RUN dnf -y update 9 RUN dnf -y install \ 13 gettext-devel \ 22 …--enable-werror CFLAGS="-Wall -Wdeclaration-after-statement -Wextra -Wmissing-format-attribute -Wm… 25 CMD make distcheck DISTCHECK_CONFIGURE_FLAGS=--enable-werror
|
| /third_party/benchmark/ |
| D | CMakeLists.txt | 6 option(BENCHMARK_ENABLE_TESTING "Enable testing of the benchmark library." ON) 7 option(BENCHMARK_ENABLE_EXCEPTIONS "Enable the use of exceptions in the benchmark library." ON) 8 option(BENCHMARK_ENABLE_LTO "Enable link time optimisation of the benchmark library." OFF) 10 option(BENCHMARK_ENABLE_WERROR "Build Release candidates with -Werror." ON) 11 option(BENCHMARK_FORCE_WERROR "Build Release candidates with -Werror regardless of compiler issues.… 27 …set(BENCHMARK_BUILD_32_BITS OFF CACHE BOOL "Build a 32 bit version of the library - unsupported wh… 29 option(BENCHMARK_ENABLE_INSTALL "Enable installation of benchmark. (Projects embedding benchmark ma… 31 option(BENCHMARK_INSTALL_DOCS "Enable installation of documentation." ON) 35 option(BENCHMARK_DOWNLOAD_DEPENDENCIES "Allow the downloading and in-tree building of unmet depende… 39 option(BENCHMARK_ENABLE_GTEST_TESTS "Enable building the unit tests which depend on gtest" ON) [all …]
|
| /third_party/skia/third_party/externals/libpng/ |
| D | configure.ac | 3 # 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/skia/third_party/externals/oboe/ |
| D | CMakeLists.txt | 6 # 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/libsnd/m4/ |
| D | ax_add_fortify_source.m4 | 2 # https://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 13 # (such as Gentoo Linux) enable _FORTIFY_SOURCE globally in their 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 23 # Newer mingw-w64 msys2 package comes with a bug in 24 # headers-git-7.0.0.5546.d200317d-1. It broke -D_FORTIFY_SOURCE support, 25 # and would need -lssp or -fstack-protector. See [all …]
|
| /third_party/node/ |
| D | common.gypi | 5 '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.36', 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. 78 # TODO(refack): make v8-perfetto happen [all …]
|
| /third_party/libabigail/docker/ |
| D | Dockerfile.test | 1 FROM ghcr.io/woodard/libabigail-fedora-base 3 # docker build -f docker/Dockerfile.test -t test . 5 RUN dnf install -y \ 9 elfutils-libs 14 RUN mkdir -p build && \ 15 autoreconf -i && \ 17 CXXFLAGS="-g3 -fvar-tracking-assignments \ 18 -gstatement-frontiers -gvariable-location-views -grecord-gcc-switches -pipe -Wall \ 19 -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -Wp,-D_GLIBCXX_ASSERTIONS \ 20 -fstack-protector-strong -fstack-clash-protection -fcf-protection \ [all …]
|
| D | Dockerfile.fedora | 1 FROM ghcr.io/woodard/libabigail-fedora-base as builder 3 # docker build -f docker/Dockerfile.fedora -t ghcr.io/woodard/libabigail-fedora . 8 RUN mkdir -p build && \ 9 autoreconf -i && \ 11 CXXFLAGS="-g3 -fvar-tracking-assignments \ 12 -gstatement-frontiers -gvariable-location-views -grecord-gcc-switches -pipe -Wall \ 13 -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -Wp,-D_GLIBCXX_ASSERTIONS \ 14 -fstack-protector-strong -fstack-clash-protection -fcf-protection \ 15 -fasynchronous-unwind-tables -O2" CFLAGS="-g3 -fvar-tracking-assignments \ 16 -gstatement-frontiers -gvariable-location-views -grecord-gcc-switches -pipe -Wall \ [all …]
|
| /third_party/nghttp2/ |
| D | configure.ac | 1 dnl nghttp2 - HTTP/2 C Library 25 dnl https://www.gnu.org/software/automake/manual/html_node/Flag-Variables-Ordering.html 28 AC_INIT([nghttp2], [1.58.0], [t-tujikawa@users.sourceforge.net]) 41 AM_INIT_AUTOMAKE([subdir-objects]) 46 dnl https://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 …]
|
| D | releasechk | 1 #!/bin/sh -e 3 autoreconf -i 4 git submodule update --init 5 ./configure --with-mruby --with-neverbleed 6 make -j8 distcheck DISTCHECK_CONFIGURE_FLAGS="--with-mruby --with-neverbleed --enable-werror"
|
| /third_party/vk-gl-cts/external/amber/src/ |
| D | CMakeLists.txt | 7 # http://www.apache.org/licenses/LICENSE-2.0 38 "Skip building spirv-tools into the library" ${AMBER_SKIP_SPIRV_TOOLS}) 45 option(AMBER_USE_DXC "Enable DXC integration" ${AMBER_USE_DXC}) 52 option(AMBER_DISABLE_WERROR "Build without the -Werror flag" ${AMBER_DISABLE_WERROR}) 53 option(AMBER_DISABLE_WEVERYTHING "Build without the -Weverything flag" ${AMBER_DISABLE_WEVERYTHING}) 129 message(STATUS "Amber enable SPIRV-Tools: ${AMBER_ENABLE_SPIRV_TOOLS}") 130 message(STATUS "Amber enable Shaderc: ${AMBER_ENABLE_SHADERC}") 131 message(STATUS "Amber enable tests: ${AMBER_ENABLE_TESTS}") 132 message(STATUS "Amber enable samples: ${AMBER_ENABLE_SAMPLES}") 133 message(STATUS "Amber enable lodepng: ${AMBER_ENABLE_LODEPNG}") [all …]
|
| /third_party/mbedtls/tests/scripts/ |
| D | all.sh | 6 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later 15 # ------- 20 # --------------- 32 # * Basic Unix tools (Windows users note: a Unix-style find must be before 39 # * arm-gcc and mingw-gcc 40 # * ArmCC 5 and ArmCC 6, unless invoked with --no-armcc 53 # The behavior on an error depends on whether --keep-going (alias -k) 55 # * Without --keep-going: the script stops on the first error without 58 # * With --keep-going: the script runs all requested components and 63 # script -c tests/scripts/all.sh [all …]
|
| /third_party/skia/third_party/externals/oboe/samples/MegaDrone/src/main/cpp/ |
| D | CMakeLists.txt | 9 # 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/lz4/ |
| D | Makefile | 2 # LZ4 - Makefile 3 # Copyright (C) Yann Collet 2011-2020 29 # - LZ4 source repository : https://github.com/lz4/lz4 30 # - LZ4 forum froup : https://groups.google.com/forum/#!forum/lz4c 43 default: lib-release lz4-release 54 .PHONY: lib lib-release liblz4.a 56 lib lib-release liblz4.a: 57 $(MAKE) -C $(LZ4DIR) $@ 59 .PHONY: lz4 lz4-release 61 lz4-release : lib-release [all …]
|
| /third_party/skia/third_party/externals/oboe/samples/LiveEffect/src/main/cpp/ |
| D | CMakeLists.txt | 8 # 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>")
|
| /third_party/libabigail/ |
| D | configure.ac | 1 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 39 AC_CONFIG_AUX_DIR([build-aux]) 47 dnl http://www.gnu.org/software/autoconf-archive 50 m4_include([autoconf-archive/ax_check_python_modules.m4]) 53 m4_include([autoconf-archive/ax_compare_version.m4]) 54 m4_include([autoconf-archive/ax_prog_python_version.m4]) 56 dnl This one is to be able to run "make check-valgrind" 58 m4_include([autoconf-archive/ax_valgrind_check.m4]) 60 AM_INIT_AUTOMAKE([1.11.1 foreign subdir-objects dist-xz tar-ustar parallel-tests]) 61 AM_MAINTAINER_MODE([enable]) [all …]
|
| /third_party/optimized-routines/ |
| D | config.mk.dist | 3 # Copyright (c) 2018-2020, Arm Limited. 4 # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception 13 #CROSS_COMPILE = aarch64-none-linux-gnu- 17 CFLAGS = -std=c99 -pipe -O3 18 CFLAGS += -Wall -Wno-missing-braces 19 CFLAGS += -Werror=implicit-function-declaration 23 HOST_CFLAGS = -std=c99 -O2 24 HOST_CFLAGS += -Wall -Wno-unused-function 26 # Enable debug info. 27 HOST_CFLAGS += -g [all …]
|
| /third_party/libsnd/Scripts/ |
| D | clang-sanitize.sh | 3 # This is known to work with clang-3.4 from Debian testing/unstable. 8 export CFLAGS="-O3 -fsanitize=address,integer,undefined" 9 export CXXFLAGS="-O3 -fsanitize=address,integer,undefined" 11 ./configure --enable-gcc-werror
|
| /third_party/nghttp2/.github/workflows/ |
| D | build.yml | 5 permissions: read-all 16 build-cache: 19 os: [ubuntu-22.04, macos-12] 21 runs-on: ${{ matrix.os }} 24 - uses: actions/checkout@v4 25 - name: Restore libbpf cache 26 id: cache-libbpf 31 key: ${{ runner.os }}-libbpf-${{ env.LIBBPF_VERSION }} 32 - name: Restore OpenSSL v1.1.1 cache 33 id: cache-openssl1 [all …]
|
12345678