kbuild: use -Oz instead of -Os when using clang
authorBehan Webster <behanw@converseincode.com>
Tue, 28 Mar 2017 01:19:09 +0000 (18:19 -0700)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 12 Apr 2017 20:30:25 +0000 (05:30 +0900)
commit6748cb3c299de1ffbe56733647b01dbcc398c419
tree2863d5e508aaa8efde14736cf4b61d8dacae0201
parentc3f0d0bc5b01ad90c45276952802455750444b4f
kbuild: use -Oz instead of -Os when using clang

This generates smaller resulting object code when compiled with clang.

Signed-off-by: Behan Webster <behanw@converseincode.com>
Signed-off-by: Matthias Kaehlcke <mka@chromium.org>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Makefile