]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
Revert "kbuild: use -Oz instead of -Os when using clang"
authorMatthias Kaehlcke <mka@chromium.org>
Tue, 23 Apr 2019 19:04:22 +0000 (12:04 -0700)
committerKleber Sacilotto de Souza <kleber.souza@canonical.com>
Wed, 14 Aug 2019 09:18:49 +0000 (11:18 +0200)
commit94acba03b388899cfd1ecee7264257582c3d7a5e
tree03658f36adae76ca3d027c4f303e6626a937625e
parent0db9e97494b51bd41be764e69f114cff42d7e50d
Revert "kbuild: use -Oz instead of -Os when using clang"

BugLink: https://bugs.launchpad.net/bugs/1838349
commit a75bb4eb9e565b9f5115e2e8c07377ce32cbe69a upstream.

The clang option -Oz enables *aggressive* optimization for size,
which doesn't necessarily result in smaller images, but can have
negative impact on performance. Switch back to the less aggressive
-Os.

This reverts commit 6748cb3c299de1ffbe56733647b01dbcc398c419.

Suggested-by: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Matthias Kaehlcke <mka@chromium.org>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
Makefile