Forked from
Reform / reform-boundary-uboot
Source project has a limited visibility.
-
Daniel Schwierzeck authored
Apply memoization to cc-option macro by caching the results of the gcc calls. This macro is called very often so using cached results leads to faster compilation times. The old behaviour can be restored by defining the config option CONFIG_CC_OPT_CACHE_DISABLE=y. Signed-off-by:
Daniel Schwierzeck <daniel.schwierzeck@googlemail.com>
Daniel Schwierzeck authoredApply memoization to cc-option macro by caching the results of the gcc calls. This macro is called very often so using cached results leads to faster compilation times. The old behaviour can be restored by defining the config option CONFIG_CC_OPT_CACHE_DISABLE=y. Signed-off-by:
Daniel Schwierzeck <daniel.schwierzeck@googlemail.com>