| /openbmc/openbmc-tools/dbus_sensor_tester/ |
| H A D | meson.build | 33 optimization = get_option('optimization') variable 35 summary('Optimization', optimization, section: 'Build Info') 37 # Disable lto when compiling with no optimization 38 if (get_option('optimization') == '0') 40 message('Disabling lto & its supported features as optimization is disabled')
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/librelp/ |
| H A D | 0001-Fix-function-inline-errors-in-debug-optimization-Og.patch | 4 Subject: [PATCH] Fix function inline errors in debug optimization (-Og) 6 Compiler does not inline any functions when using debug optimization (-Og). 7 Hence, remove -Winline flag when compiling with debug optimization.
|
| /openbmc/bmcweb/ |
| H A D | meson.build | 36 optimization = get_option('optimization') variable 38 summary('Optimization', optimization, section: 'Build Info') 53 # Disable lto when compiling with no optimization 54 if (get_option('optimization') == '0') 56 message('Disabling lto & its supported features as optimization is disabled') 143 if (get_option('b_lto') == true and get_option('optimization') != '0')
|
| /openbmc/openpower-vpd-parser/ |
| H A D | meson.build | 21 # Disable FORTIFY_SOURCE when compiling with no optimization 22 if (get_option('optimization') == '0') 24 message('Disabling FORTIFY_SOURCE as optimization is set to 0')
|
| /openbmc/u-boot/board/varisys/cyrus/ |
| H A D | README | 5 They currently disable size optimization in order to avoid a relocation 7 optimization is not currently important.
|
| /openbmc/openbmc/poky/meta/conf/machine/include/mips/ |
| H A D | tune-octeon.inc | 7 TUNEVALID[octeon2] = "Enable optimization related to octeon2 support" 21 TUNEVALID[octeon3] = "Enable optimization related to octeon3 support"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/licenses/ |
| H A D | GPL-2.0-with-lmbench-restriction | 74 subsystem, then the costs of the optimization are hidden and readers 75 will mistakenly believe that the optimization is a good idea. By 77 detect that the optimization improved the subsystem performance 79 to make an informed decision as to the merits of the optimization.
|
| /openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/ibmswtpm2/files/ |
| H A D | tune-makefile.patch | 1 1) Allow recipe to overide optimization. 5 397 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
|
| /openbmc/bmcweb/docs/ |
| H A D | HEADERS.md | 46 - Reduce the bmcweb binary size to the point where link time optimization is not 48 link time optimization, which, as of this time is required to keep bmcweb code
|
| /openbmc/openbmc/meta-raspberrypi/recipes-graphics/wayland/ |
| H A D | weston_%.bbappend | 7 --disable-resize-optimization \
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-cvxopt_1.3.2.bb | 1 SUMMARY = "Convex optimization package"
|
| /openbmc/qemu/scripts/coccinelle/ |
| H A D | tcg_gen_extract.cocci | 7 // Nikunj A Dadhania optimization: 9 // Aurelien Jarno optimization:
|
| /openbmc/qemu/include/user/ |
| H A D | mmap.h | 14 * This is an optimization within QEMU and not part of ADDR_COMPAT_LAYOUT.
|
| /openbmc/phosphor-debug-collector/ |
| H A D | meson.build | 61 # Disable FORTIFY_SOURCE when compiling with no optimization 62 if (get_option('optimization') == '0') 64 message('Disabling FORTIFY_SOURCE as optimization is set to 0')
|
| /openbmc/openpower-hw-diags/ |
| H A D | config.h.in | 8 // ensuring each code path remains buildable. Note that the optimization path
|
| /openbmc/pldm/ |
| H A D | meson.build | 22 # Disable FORTIFY_SOURCE when compiling with no optimization 23 if (get_option('optimization') == '0') 25 message('Disabling FORTIFY_SOURCE as optimization is set to 0')
|
| /openbmc/qemu/include/qemu/ |
| H A D | crc32c.h | 7 * "Optimization of Cyclic Redundancy-Check Codes with 24
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/ |
| H A D | vulkan-cts_1.4.2.1.bb | 9 # Workaround an optimization bug that breaks createMeshShaderMiscTestsEXT
|
| /openbmc/openbmc/poky/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/ |
| H A D | no_lto.patch | 17 [AC_MSG_RESULT([skipping -flto, optimization not enabled])])
|
| /openbmc/openbmc/poky/meta/recipes-kernel/systemtap/ |
| H A D | systemtap_git.inc | 17 # systemtap can't be built without optimization, if someone tries to compile an
|
| /openbmc/u-boot/include/linux/ |
| H A D | compiler-intel.h | 29 /* This should act as an optimization barrier on var.
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libmxml/ |
| H A D | libmxml_4.0.4.bb | 21 # Respect optimization CFLAGS specified by OE.
|
| /openbmc/openpower-pnor-code-mgmt/ |
| H A D | meson.build | 21 # Disable lto when compiling with no optimization 22 if (get_option('optimization') == '0') 24 message('Disabling lto because optimization is disabled')
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wipe/files/ |
| H A D | support-cross-compile-for-linux.patch | 23 # default should be to turn off debugging and to turn on optimization.
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/ |
| H A D | 0003-hack-to-force-use-of-libc-malloc.patch | 34 OPTIMIZATION?=-O2
|