Home
last modified time | relevance | path

Searched +full:- +full:fno +full:- +full:omit +full:- +full:frame +full:- +full:pointer (Results 1 – 25 of 61) sorted by relevance

123

/third_party/benchmark/.github/workflows/
Dsanitizer.yml13 runs-on: ubuntu-latest
15 fail-fast: false
22 - uses: actions/checkout@v2
24 - name: configure msan env
27 …echo "EXTRA_FLAGS=-g -O2 -fno-omit-frame-pointer -fsanitize=memory -fsanitize-memory-track-origins…
30 - name: configure ubsan env
33 …echo "EXTRA_FLAGS=-g -O2 -fno-omit-frame-pointer -fsanitize=undefined -fno-sanitize-recover=all" >…
36 - name: configure asan env
39 …echo "EXTRA_FLAGS=-g -O2 -fno-omit-frame-pointer -fsanitize=address -fno-sanitize-recover=all" >> …
42 - name: configure tsan env
[all …]
/third_party/benchmark/
D.travis.yml7 - compiler: gcc
11 - lcov
13 - compiler: gcc
17 - g++-multilib
18 - libc6:i386
20 - COMPILER=g++
21 - C_COMPILER=gcc
22 - BUILD_TYPE=Debug
23 - BUILD_32_BITS=ON
24 - EXTRA_FLAGS="-m32"
[all …]
DREADME.md3-and-test](https://github.com/google/benchmark/workflows/build-and-test/badge.svg)](https://github…
6 …st-bindings](https://github.com/google/benchmark/workflows/test-bindings/badge.svg)](https://githu…
40 [Discussion group](https://groups.google.com/d/forum/benchmark-discuss)
63 See [Platform-Specific Build Instructions](docs/platform_specific_build_instructions.md).
67 This describes the installation process using cmake. As pre-requisites, you'll
79 $ cmake -E make_directory "build"
81 $ cmake -E chdir "build" cmake -DBENCHMARK_DOWNLOAD_DEPENDENCIES=on -DCMAKE_BUILD_TYPE=Release ../
83 # cmake -DCMAKE_BUILD_TYPE=Release -S . -B "build"
85 $ cmake --build "build" --config Release
103 $ cmake -E chdir "build" ctest --build-config Release
[all …]
/third_party/libuv/
DCMakeLists.txt49 message(SEND_ERROR "MemorySanitizer requires clang. Try again with -DCMAKE_C_COMPILER=clang")
55 set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fno-omit-frame-pointer -fsanitize=address")
56 …set (CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -fno-omit-frame-pointer -fsanitize=ad…
57 …set (CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -fno-omit-frame-pointer -fsanitize=address")
61 …message(SEND_ERROR "AddressSanitizer support requires clang, gcc, or msvc. Try again with -DCMAKE_…
67 set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fno-omit-frame-pointer -fsanitize=memory")
68 …set (CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -fno-omit-frame-pointer -fsanitize=me…
69 set (CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -fno-omit-frame-pointer -fsanitize=memory")
75 set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fno-omit-frame-pointer -fsanitize=thread")
76 …set (CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -fno-omit-frame-pointer -fsanitize=th…
[all …]
/third_party/mbedtls/
DCMakeLists.txt4 # - Include directories:
13 # - MBEDTLS_TARGET_PREFIX: CMake targets are designed to be alterable by calling
69 option(GEN_FILES "Generate the auto-generated files as needed" OFF) # off in development
71 option(GEN_FILES "Generate the auto-generated files as needed" OFF)
88 # Warning string - created as a list for compatibility with CMake 2.8
90 set(CTR_DRBG_128_BIT_KEY_WARN_L2 "**** Using 128-bit keys for CTR_DRBG limits the security of gene…
91 …BIT_KEY_WARN_L3 "**** keys and operations that use random values generated to 128-bit security\n")
114 # If 128-bit keys are configured for CTR_DRBG, display an appropriate warning
115 … ${MBEDTLS_PYTHON_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/scripts/config.py -f ${CMAKE_CURRENT_SOU…
146 # Linking to non-existent file is not desirable. At best you will have a
[all …]
/third_party/elfutils/tests/
Drun-backtrace-fp-core-i386.sh18 . $srcdir/backtrace-subr.sh
20 # The binary is generated by compiling backtrace-child without unwind
21 # information, but with -fno-omit-frame-pointer.
23 # gcc -static -O2 -fno-omit-frame-pointer -fno-asynchronous-unwind-tables \
24 # -D_GNU_SOURCE -pthread -o tests/backtrace.i386.fp.exec -I. -Ilib \
25 # tests/backtrace-child.c
27 # The core is generated by calling tests/backtrace.i386.fp.exec --gencore
Drun-backtrace-fp-core-ppc64le.sh18 . $srcdir/backtrace-subr.sh
20 # The binary is generated by compiling backtrace-child without unwind
21 # information, but with -fno-omit-frame-pointer.
23 # gcc -static -O2 -fno-omit-frame-pointer -fno-asynchronous-unwind-tables \
24 # -D_GNU_SOURCE -pthread -o tests/backtrace.ppc64le.fp.exec -I. -Ilib \
25 # tests/backtrace-child.c
27 # The core is generated by calling tests/backtrace.ppc64le.fp.exec --gencore
Drun-backtrace-fp-core-x86_64.sh18 . $srcdir/backtrace-subr.sh
20 # The binary is generated by compiling with eh_frame CFI, but with frame
23 # gcc -static -O2 -fno-omit-frame-pointer -fno-asynchronous-unwind-tables \
24 # -D_GNU_SOURCE -pthread -o tests/backtrace.x86_64.fp.exec -I. -Ilib \
25 # tests/backtrace-child.c
27 # The core is generated by calling the binary with --gencore
Drun-backtrace-fp-core-aarch64.sh18 . $srcdir/backtrace-subr.sh
20 # The binary is generated by compiling with eh_frame CFI, but with frame
23 # gcc -static -O2 -fno-omit-frame-pointer -fno-asynchronous-unwind-tables \
24 # -D_GNU_SOURCE -pthread -o tests/backtrace.aarch64.fp.exec -I. -Ilib \
25 # tests/backtrace-child.c
26 # The core is generated by calling the binary with --gencore
/third_party/libbpf/
DBUILD.gn6 # http://www.apache.org/licenses/LICENSE-2.0
22 "-Wno-incompatible-pointer-types",
23 "-Wimplicit-function-declaration",
24 "-Wno-tautological-constant-out-of-range-compare",
25 "-Wno-constant-conversion",
26 "-Wno-unknown-attributes",
27 "-Wno-bitwise-op-parentheses",
28 "-Wno-shift-op-parentheses",
29 "-Wno-sign-compare",
30 "-Wno-unused-function",
[all …]
/third_party/node/
Dcommon.gypi5 'werror': '', # Turn off -Werror in V8 build.
38 # Increment by one for each non-official patch applied to deps/v8.
39 'v8_embedder_string': '-node.36',
54 # Enable disassembler for `--print-code` v8 options
57 # Sets -dOBJECT_PRINT.
63 # Disable pointer compression. Can be enabled at build time via configure
65 # node-gyp to build addons.
78 # TODO(refack): make v8-perfetto happen
105 # V8 pointer compression only supports 64bit architectures.
138 'cflags': [ '-g', '-O0' ],
[all …]
/third_party/node/deps/uv/
DCMakeLists.txt30 add_definitions(-D__QEMU__=1)
37 message(SEND_ERROR "Sanitizer support requires clang or gcc. Try again with -DCMAKE_C_COMPILER.")
41 add_definitions(-D__ASAN__=1)
42 set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fno-omit-frame-pointer -fsanitize=address")
43 …set (CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -fno-omit-frame-pointer -fsanitize=ad…
44 …set (CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -fno-omit-frame-pointer -fsanitize=address")
48 add_definitions(-D__TSAN__=1)
49 set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fno-omit-frame-pointer -fsanitize=thread")
50 …set (CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -fno-omit-frame-pointer -fsanitize=th…
51 set (CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -fno-omit-frame-pointer -fsanitize=thread")
[all …]
Dcommon.gypi14 'cflags': [ '-g' ],
38 'cflags': [ '-O0', '-fno-common', '-fwrapv' ]
41 'cflags': [ '-fPIE' ],
42 'ldflags': [ '-fPIE', '-pie' ]
49 '-O3',
74 'LinkTimeCodeGeneration': 1, # link-time code generation
83 '-fdata-sections',
84 '-ffunction-sections',
85 '-fno-common',
86 '-fomit-frame-pointer',
[all …]
/third_party/littlefs/
DMakefile1 # overrideable build dir, default is in-place
21 SRC ?= $(filter-out $(wildcard *.t.* *.b.*),$(wildcard *.c))
30 $(filter-out $(wildcard bd/*.t.* bd/*.b.*),$(wildcard bd/*.c)) \
47 $(filter-out $(wildcard bd/*.t.* bd/*.b.*),$(wildcard bd/*.c)) \
62 CFLAGS += -fcallgraph-info=su
63 CFLAGS += -g3
64 CFLAGS += -I.
65 CFLAGS += -std=c99 -Wall -Wextra -pedantic
66 CFLAGS += -ftrack-macro-expansion=0
68 CFLAGS += -O0
[all …]
/third_party/skia/third_party/externals/harfbuzz/perf/
Drun.sh3 FONT=fonts/NotoNastaliqUrdu-Regular.ttf
4 TEXT=texts/fa-monologue.txt
6 $CXX ../util/hb-shape.cc ../util/options.cc ../src/harfbuzz.cc \
7 -lm -fno-rtti -fno-exceptions -fno-omit-frame-pointer -DHB_NO_MT \
8 -I../src $FLAGS $SOURCES \
9 -DPACKAGE_NAME='""' -DPACKAGE_VERSION='""' \
10 -DHAVE_GLIB $(pkg-config --cflags --libs glib-2.0) \
11 -o hb-shape -g -O2 # -O3 \
12 #-march=native -mtune=native \
13 #-Rpass=loop-vectorize -Rpass-missed=loop-vectorize \
[all …]
/third_party/toybox/
Dconfigure15 [ -z "$CROSS_COMPILE" ] && CROSS_COMPILE="$CROSS"
19 [ -z "$CFLAGS" ] && CFLAGS="-Wall -Wundef -Wno-char-subscripts -Werror=implicit-function-declaratio…
20 # Required for our expected ABI. we're 8-bit clean thus "char" must be unsigned.
21 CFLAGS="$CFLAGS -funsigned-char"
22 [ -z "$OPTIMIZE" ] && OPTIMIZE="-Os -ffunction-sections -fdata-sections -fno-asynchronous-unwind-ta…
24 [ -z "$ASAN" ] || { CFLAGS="$CFLAGS -O1 -g -fno-omit-frame-pointer -fno-optimize-sibling-calls -fsa…
29 [ -z "$LDOPTIMIZE" ] && LDOPTIMIZE="-Wl,--gc-sections"
30 LDASNEEDED="-Wl,--as-needed"
36 [ -z "$CC" ] && CC=cc
37 [ -z "$STRIP" ] && STRIP=strip
[all …]
/third_party/musl/dist/
Dconfig.mak11 # Installation prefix for musl-gcc compiler wrapper.
14 # Location for the dynamic linker ld-musl-$(ARCH).so.1
17 # Uncomment if you want to build i386 musl on a 64-bit host
18 #CFLAGS += -m32
20 # Uncomment to fix broken distro-patched toolchains where hash-style=gnu(only)
21 #LDFLAGS += -Wl,--hash-style,both
23 # Uncomment to fix broken distro-patched toolchains where stack-protector=on
24 #CFLAGS += -fno-stack-protector
27 #CFLAGS += -fomit-frame-pointer -mno-accumulate-outgoing-args
29 # Uncomment to omit massive GCC4 DWARF2 bloat (only useful for debugging)
[all …]
/third_party/jerryscript/
D.travis.yml9 script: tools/run-tests.py $OPTS
14 - name: "Checks"
16- tools/run-tests.py --check-signed-off=travis --check-doxygen --check-vera --check-license --chec…
17 - travis_wait 40 tools/run-tests.py --check-cppcheck
22 - name: "Linux/x86-64 Build, Correctness & Debugger Tests"
24 - OPTS="--quiet --jerry-tests --jerry-test-suite --jerry-debugger"
26 - name: "Linux/x86 (cpointer-32bit) Build & Correctness Tests"
28- OPTS="--quiet --jerry-tests --jerry-test-suite --buildoptions=--compile-flag=-m32,--cpointer-32b…
31 packages: [gcc-multilib]
33 - name: "Linux/ARM Build & Correctness Tests"
[all …]
/third_party/unity/test/targets/
Dclang_file.yml1 ---
10 - "-c"
11 - "-Wall"
12 - "-Wextra"
13 - "-Werror"
14 - "-Wcast-qual"
15 - "-Wconversion"
16 - "-Wdisabled-optimization"
17 - "-Wformat=2"
18 - "-Winit-self"
[all …]
Dclang_strict.yml1 ---
10 - "-c"
11 - "-Wall"
12 - "-Wextra"
13 - "-Werror"
14 - "-Wcast-qual"
15 - "-Wconversion"
16 - "-Wdisabled-optimization"
17 - "-Wformat=2"
18 - "-Winit-self"
[all …]
/third_party/cJSON/tests/unity/test/targets/
Dclang_strict.yml1 ---
8 - '-c'
9 - '-Wall'
10 - '-Wextra'
11 - '-Werror'
12 - '-Wcast-qual'
13 - '-Wconversion'
14 - '-Wdisabled-optimization'
15 - '-Wformat=2'
16 - '-Winit-self'
[all …]
Dclang_file.yml1 ---
8 - '-c'
9 - '-Wall'
10 - '-Wextra'
11 - '-Werror'
12 - '-Wcast-qual'
13 - '-Wconversion'
14 - '-Wdisabled-optimization'
15 - '-Wformat=2'
16 - '-Winit-self'
[all …]
/third_party/json/tests/thirdparty/Fuzzer/
Dbuild.sh4 clang -g -O2 -fno-omit-frame-pointer -std=c++11 $f -c &
7 rm -f libFuzzer.a
9 rm -f Fuzzer*.o
/third_party/skia/third_party/externals/expat/expat/
Dqa.sh9 # Copyright (c) 2016-2021 Sebastian Pipping <sebastian@pipping.org>
33 set -e
34 set -o nounset
41 echo -e -n "${open}" >&2
42 echo -n "# $*" >&2
43 echo -e "${close}" >&2
51 echo -e -n "${open}" >&2
52 echo -n "WARNING: $*" >&2
53 echo -e "${close}" >&2
79 : ${BASE_COMPILE_FLAGS:="-pipe -Wall -Wextra -pedantic -Wno-overlength-strings -Wno-long-long"}
[all …]
/third_party/libxml2/
D.gitlab-ci.yml3 # for libxslt, that's why we need git and libgcrypt-dev.
7 # RUN apt-get update && \
8 # apt-get upgrade -y && \
9 # apt-get install -y --no-install-recommends \
10 # curl git ca-certificates \
11 # autoconf automake libtool pkg-config \
13 # zlib1g-dev liblzma-dev libgcrypt-dev \
14 # python-dev python3-dev \
20 - |
21 ln -s /tests/xmlconf
[all …]

123