Searched +full:- +full:fno +full:- +full:omit +full:- +full:frame +full:- +full:pointer (Results 1 – 25 of 85) sorted by relevance
1234
| /third_party/grpc/tools/ |
| D | bazel.rc | 5 common --enable_bzlmod=false 7 # for platform-appropriate cxxopts 8 common --enable_platform_specific_config 10 build:windows --cxxopt='/std:c++17' 11 build:windows --host_cxxopt='/std:c++17' 12 build:linux --cxxopt='-std=c++17' 13 build:linux --host_cxxopt='-std=c++17' 14 build:macos --cxxopt='-std=c++17' 15 build:macos --host_cxxopt='-std=c++17' 16 build:freebsd --cxxopt='-std=c++17' [all …]
|
| /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/grpc/ |
| D | build_handwritten.yaml | 8 '#04': not listed in doc/g_stands_for.md - and update that document to list the 11 '#07': Master always has a "-dev" suffix 12 '#08': Use "-preN" suffixes to identify pre-release versions 13 '#09': Per-language overrides are possible with (eg) ruby_version tag here 20 - '3.8' 21 - '3.9' 22 - '3.10' 23 - '3.11' 24 - '3.12' 25 - '3.13' [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/elfutils/tests/ |
| 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-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-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
|
| 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
|
| /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 …]
|
| /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/openhitls/testcode/script/ |
| D | build_hitls.sh | 12 # EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, 15 set -e 29 enable_sctp="--enable-sctp" 34 printf "%-50s %-30s\n" "Build openHiTLS Code" "sh build_hitls.sh" 35 printf "%-50s %-30s\n" "Build openHiTLS Code With Gcov" "sh build_hitls.sh gcov" 36 printf "%-50s %-30s\n" "Build openHiTLS Code With Debug" "sh build_hitls.sh debug" 37 printf "%-50s %-30s\n" "Build openHiTLS Code With Asan" "sh build_hitls.sh asan" 38 printf "%-50s %-30s\n" "Build openHiTLS Code With Pure C" "sh build_hitls.sh pure_c" 39 printf "%-50s %-30s\n" "Build openHiTLS Code With X86_64" "sh build_hitls.sh x86_64" 40 … printf "%-50s %-30s\n" "Build openHiTLS Code With Armv8_be" "sh build_hitls.sh armv8_be" [all …]
|
| /third_party/openhitls/config/json/ |
| D | complete_options.json | 4 "-std=c90", 5 "-std=c99", 6 "-std=c11", 7 "-std=gnu90", 8 "-std=gnu99", 9 "-std=gnu11", 10 "-Wpedantic", 11 "-pedantic", 12 "-pedantic-errors", 13 "-fsigned-char", [all …]
|
| D | compile.json | 4 "-D_FORTIFY_SOURCE=2", 5 "-O2" 7 "CC_OVERALL_FLAGS": ["-pipe"], 9 "-Werror", 10 "-Wextra", 11 "-Wcast-qual", 12 "-Wall", 13 "-Wdate-time", 14 "-Wfloat-equal", 15 "-Wshadow", [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/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/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/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 …]
|
1234