Home
last modified time | relevance | path

Searched refs:O1 (Results 1 – 25 of 76) sorted by relevance

1234

/OK3568_Linux_fs/yocto/poky/meta/recipes-support/libgcrypt/files/
H A D0002-libgcrypt-fix-building-error-with-O2-in-sysroot-path.patch8 Characters like '-O2' or '-Ofast' will be replaced by '-O1' when
35 -o_flag_munging = sed -e 's/-O\([2-9sg][2-9sg]*\)/-O1/' -e 's/-Ofast/-O1/g'
36 +o_flag_munging = sed -e 's/ -O\([2-9sg][2-9sg]*\) / -O1 /' -e 's/ -Ofast / -O1 /g'
H A D0003-tests-bench-slope.c-workaround-ICE-failure-on-mips-w.patch28 2. Only -O1 and -g on mips caused the issue:
29 $ mips-poky-linux-gcc -O1 -g -o mipgcc-test mipgcc-test.c
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/maliit/maliit-framework-qt5/
H A D0001-config.pri-Use-O1-optimization-in-DEBUG-flags.patch6 Subject: [PATCH] config.pri: Use -O1 optimization in DEBUG flags
11 O1 is a good compromise between debug quality and
30 +QMAKE_CXXFLAGS_DEBUG+=-Werror -O1
31 +QMAKE_CFLAGS_DEBUG+=-Werror -O1
/OK3568_Linux_fs/kernel/arch/sparc/net/
H A Dbpf_jit_32.h24 #define O1 0x09 macro
34 #define r_A O1
H A Dbpf_jit_64.h13 #define O1 0x09 macro
/OK3568_Linux_fs/buildroot/package/openblas/
H A D0003-Makefile-also-consider-Os-when-determining-LAPACK_NO.patch24 -LAPACK_NOOPT := $(filter-out -O0 -O1 -O2 -O3 -Ofast,$(LAPACK_FFLAGS))
25 +LAPACK_NOOPT := $(filter-out -O0 -O1 -O2 -O3 -Ofast -O -Og -Os,$(LAPACK_FFLAGS))
/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/systemtap/
H A Dsystemtap_git.inc23 bb.fatal("systemtap can't be built with -O0, using -O1 -Wno-error or -O1 instead.")
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/
H A D0001-Revert-ld.hugetlbfs-fix-Ttext-segment-argument-on-AA.patch19 -mthumb -mfpu=neon-vfpv4 -mfloat-abi=hard -mcpu=cortex-a7 -Wl,-O1
26 -mthumb -mfpu=neon-vfpv4 -mfloat-abi=hard -mcpu=cortex-a7 -Wl,-O1
31 -B./obj32 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now
36 -mthumb -mfpu=neon-vfpv4 -mfloat-abi=hard -mcpu=cortex-a7 -Wl,-O1
43 -mthumb -mfpu=neon-vfpv4 -mfloat-abi=hard -mcpu=cortex-a7 -Wl,-O1
48 -B./obj32 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now
/OK3568_Linux_fs/yocto/poky/meta/conf/distro/include/
H A Dsecurity_flags.inc11 # _FORTIFY_SOURCE requires -O1 or higher, so disable in debug builds as they use
13 OPTLEVEL = "${@bb.utils.filter('SELECTED_OPTIMIZATION', '-O0 -O1 -O2 -O3 -Ofast -Og -Os -Oz -O', d)…
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/
H A D0005-libucsi-optimization-removal.patch9 +#pragma GCC optimize ("O1")
/OK3568_Linux_fs/kernel/drivers/clk/
H A Dclk-vt8500.c393 unsigned long O1, min_err, rate_err; in wm8650_find_pll_bits() local
406 O1 = rate * *divisor1 * (1 << (*divisor2)); in wm8650_find_pll_bits()
407 rate_err = O1 % parent_rate; in wm8650_find_pll_bits()
409 *multiplier = O1 / parent_rate; in wm8650_find_pll_bits()
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dste-href-family-pinctrl.dtsi129 "GPIO167_B24", /* O1 */
155 "GPIO167_B24", /* O1 */
/OK3568_Linux_fs/kernel/tools/thermal/tmon/
H A DMakefile9 override CFLAGS+= $(call cc-option,-O3,-O1) ${WARNFLAGS}
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/protobuf/protobuf/
H A D0001-examples-Makefile-respect-CXX-LDFLAGS-variables-fix-.patch11 …math=sse --sysroot=core2-32-oe-linux/protobuf/3.8.0-r0/recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu…
18 …math=sse --sysroot=core2-32-oe-linux/protobuf/3.8.0-r0/recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu…
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/
H A Dqtbase_git.bb162O1 -Wl,--hash-style=gnu -Wl,--as-needed --sysroot=/OE/build/oe-core/tmp-glibc/work/i586-oe-linux/q…
167O1 -Wl,--hash-style=gnu -Wl,--as-needed --sysroot=/OE/build/oe-core/tmp-glibc/work/i586-oe-linux/q…
170O1 -Wl,--hash-style=gnu -Wl,--as-needed --sysroot=/OE/build/oe-core/tmp-glibc/work/i586-oe-linux/q…
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/dietsplash/dietsplash/
H A D0001-configure.ac-Do-not-demand-linker-hash-style.patch21 -Wl,-O1 \
/OK3568_Linux_fs/kernel/tools/power/acpi/
H A DMakefile.config83 CFLAGS += -O1 -g -DDEBUG
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/
H A Dar-from-env.patch7 x86_64-linux-gcc -m64 --sysroot=/opt/qemux86-64/tmp/sysroots/qemux86-64 -Wl,-O1 -Wl,--hash-style=g…
/OK3568_Linux_fs/external/libmali/
H A Dmeson_options.txt23 option('optimize-level', type: 'combo', choices: ['O0', 'O1', 'O2', 'O3', 'Os', 'Ofast', 'Og'], val…
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/crda/crda/
H A Dmake.patch11 regdb.h reglib.h reglib.c keys-gcrypt.c -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -L ./ -lm -lgc…
/OK3568_Linux_fs/app/forlinx/quectelCM/
H A DMakefile24 CFLAGS+=-Wall -O1
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/newt/files/
H A Dcross_ar.patch7 …t=/opt/qemux86-64/tmp/sysroots/qemux86-64 -g -o test test.o libnewt.a -Wl,-O1 -Wl,--hash-style=gnu…
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/grpc/grpc/
H A D0001-Revert-Changed-GRPCPP_ABSEIL_SYNC-to-GPR_ABSEIL_SYNC.patch21 e/tmp-glibc/work/core2-64-oe-linux/sysdig/0.27.1-r0/recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu -Wl…
23 64-oe-linux/sysdig/0.27.1-r0/recipe-sysroot-native= -Wl,-z,relro,-z,now -Wl,-O1 -Wl,--hash-style=g…
/OK3568_Linux_fs/buildroot/package/frecon/
H A D0001-HACK-Fix-compile-errors.patch18 COMMON_CFLAGS := -Wall -Werror -fno-strict-aliasing $(SSP_CFLAGS) -O1 -Wformat=2
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/grub/files/
H A D0001-Disable-mfpmath-sse-as-well-when-SSE-is-disabled.patch17 -DGRUB_MACHINE_PCBIOS=1 -DGRUB_MACHINE=I386_PC -Wl,-O1

1234