Searched +full:- +full:fno +full:- +full:omit +full:- +full:frame +full:- +full:pointer (Results 1 – 25 of 66) sorted by relevance
123
| /third_party/benchmark/.github/workflows/ |
| D | sanitizer.yml | 13 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/mindspore/mindspore-src/source/third_party/securec/ |
| D | CMakeLists.txt | 4 …UG "$ENV{CFLAGS} -fPIC -O0 -Wall -Wno-deprecated-declarations -g2 -ggdb -fno-inline-functions -fno… 6 …-Wno-nullability-completeness -fPIC -O0 -Wall -Wno-deprecated-declarations -g2 -ggdb -fno-inline-f… 8 …SET(CMAKE_C_FLAGS_RELEASE "$ENV{CFLAGS} -fPIC -O3 -Wall -Wno-deprecated-declarations -fstack-prote… 12 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -I/usr/local/include -Werror") 15 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-unused-command-line-argument")
|
| /third_party/mindspore/mindspore-src/source/cmake/ |
| D | dependency_securec_arm.cmake | 25 SET(CMAKE_C_FLAGS "$ENV{CFLAGS} -fPIC -O2 -Wall -Wno-deprecated-declarations \ 26 -fno-inline-functions -fno-omit-frame-pointer -fstack-protector-all") 28 SET(CMAKE_C_FLAGS "$ENV{CFLAGS} -Wno-nullability-completeness -fPIC -O2 -Wall \ 29 -Wno-deprecated-declarations -fno-inline-functions -fno-omit-frame-pointer \ 30 -fstack-protector-all -D_LIBCPP_INLINE_VISIBILITY='' -D'_LIBCPP_EXTERN_TEMPLATE(...)='") 35 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -I/usr/local/include -Werror")
|
| /third_party/benchmark/ |
| D | .travis.yml | 7 - 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 …]
|
| D | README.md | 3 …-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/elfutils/tests/ |
| D | run-backtrace-fp-core-ppc64le.sh | 18 . $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
|
| D | run-backtrace-fp-core-i386.sh | 18 . $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
|
| D | run-backtrace-fp-core-x86_64.sh | 18 . $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
|
| D | run-backtrace-fp-core-aarch64.sh | 18 . $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/libuv/ |
| D | CMakeLists.txt | 49 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/ |
| D | CMakeLists.txt | 4 # - 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/libbpf/ |
| D | BUILD.gn | 6 # 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/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/cache/ |
| D | CMakeLists.txt | 23 ADD_DEFINITIONS(-DNUMA_ENABLED) 27 …"Numa package not found, try 'sudo yum install numactl-devel' or 'sudo apt-get install libnuma-dev… 32 ADD_DEFINITIONS(-DCACHE_LOCAL_CLIENT) 35 add_library(engine-cache-client OBJECT 41 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-delete-abstract-non-virtual-dtor") 45 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wl,-rpath,$ORIGIN:$ORIGIN/..:$ORIGIN/../lib") 49 set(CMAKE_CXX_FLAGS "-fPIE ${CMAKE_CXX_FLAGS}") 54 target_sources(engine-cache-client PUBLIC ${CACHE_GRPC_SRCS} 58 add_library(engine-cache-server OBJECT 71 target_compile_options(engine-cache-server PRIVATE -fsanitize=address) [all …]
|
| /third_party/mindspore/mindspore-src/source/ |
| D | CMakeLists.txt | 21 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DENABLE_GEN_CODE") 31 set(MACOSX_CXX_WARNING_FLAGS "-Wno-inconsistent-missing-override \ 32 -Wno-unused-lambda-capture -Wno-unneeded-internal-declaration -Wno-unused-variable \ 33 -Wno-return-std-move") 35 set(MACOSX_CXX_WARNING_FLAGS "${MACOSX_CXX_WARNING_FLAGS} -Wno-unused-but-set-variable") 38 …"$ENV{CXXFLAGS} -O2 ${MACOSX_CXX_WARNING_FLAGS} -DHALF_ENABLE_CPP11_USER_LITERALS=0 -D_FORTIFY_SOU… 40 …set(CMAKE_CXX_FLAGS_RELEASE "$ENV{CXXFLAGS} -O2 -g -ggdb -Wl,--build-id=uuid -Wl,--allow-shlib-und… 41 -DHALF_ENABLE_CPP11_USER_LITERALS=0 -D_FORTIFY_SOURCE=2") 44 set(CMAKE_CXX_FLAGS_RELEASE "$ENV{CXXFLAGS} -O2 -Wl,--allow-shlib-undefined -s \ 45 -DHALF_ENABLE_CPP11_USER_LITERALS=0 -D_FORTIFY_SOURCE=2") [all …]
|
| /third_party/littlefs/ |
| D | Makefile | 1 # 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/ |
| D | run.sh | 3 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/musl/dist/ |
| D | config.mak | 11 # 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/toybox/ |
| D | configure | 15 [ -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/jerryscript/ |
| D | .travis.yml | 9 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/ |
| D | clang_file.yml | 1 --- 10 - "-c" 11 - "-Wall" 12 - "-Wextra" 13 - "-Werror" 14 - "-Wcast-qual" 15 - "-Wconversion" 16 - "-Wdisabled-optimization" 17 - "-Wformat=2" 18 - "-Winit-self" [all …]
|
| D | clang_strict.yml | 1 --- 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/ |
| D | clang_file.yml | 1 --- 8 - '-c' 9 - '-Wall' 10 - '-Wextra' 11 - '-Werror' 12 - '-Wcast-qual' 13 - '-Wconversion' 14 - '-Wdisabled-optimization' 15 - '-Wformat=2' 16 - '-Winit-self' [all …]
|
| D | clang_strict.yml | 1 --- 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/ |
| D | build.sh | 4 clang -g -O2 -fno-omit-frame-pointer -std=c++11 $f -c & 7 rm -f libFuzzer.a 9 rm -f Fuzzer*.o
|
| /third_party/musl/libc-test/src/gwp_asan/ |
| D | BUILD.gn | 8 "-fno-omit-frame-pointer", 9 "-g", 10 "-Wno-incompatible-pointer-types", 14 "//third_party/musl/libc-test/src/common", 21 "-fno-emulated-tls", 22 "-fno-lto", 31 "//third_party/musl/libc-test/src/common:config_runtest", 34 part_name = "libc-test" 42 "//third_party/musl/libc-test/src/common:config_runtest", 45 part_name = "libc-test" [all …]
|
123