[PATCH v2] arm64: defconfig: Use DEBUG_INFO_REDUCED

Catalin Marinas catalin.marinas at arm.com
Mon Mar 15 19:13:37 GMT 2021


On Thu, 4 Mar 2021 17:44:07 +0000, Mark Brown wrote:
> We've had DEBUG_INFO enabled for arm64 defconfigs since the initial
> commit.  This is probably not that frequently used but substantially
> inflates the size of the build tree and amount of I/O needed during the
> build.  This was causing issues with storage usage in some automated CI
> environments which don't expect defconfigs to be quite this big, and
> generally increases the resource consumption for both them and people
> doing local builds.  The main use case for the debug info is decoding
> things with scripts/faddr2line but that doesn't need the full
> DEBUG_INFO, DEBUG_INFO_REDUCED is enough for it, so enable that by
> default.
> 
> [...]

Applied to arm64 (for-next/misc), thanks!

[1/1] arm64: defconfig: Use DEBUG_INFO_REDUCED
      https://git.kernel.org/arm64/c/ed938a4bfc58

-- 
Catalin




More information about the linux-arm-kernel mailing list