Option: Smaller slower memcpy()

Macro name

CYGIMP_INFRA_PREFER_SMALL_TO_FAST_MEMCPY

Type

Boolean

Description

Enabling this option causes the implementation of the standard memcpy() routine to reduce code size at the expense of execution speed. This option is automatically enabled with the use of the -Os option to the compiler. Also note that the compiler will try to use its own builtin version of memcpy() if possible, ignoring the implementation in this package, unless given the -fno-builtin compiler option.