| Date | Wed, 30 Sep 2020 13:45:04 -0700 | From | Kees Cook <> | Subject | Re: [PATCH v4 10/29] treewide: remove DISABLE_LTO |
| |
On Tue, Sep 29, 2020 at 02:46:12PM -0700, Sami Tolvanen wrote: > This change removes all instances of DISABLE_LTO from > Makefiles, as they are currently unused, and the preferred > method of disabling LTO is to filter out the flags instead. > > Suggested-by: Kees Cook <keescook@chromium.org> > Signed-off-by: Sami Tolvanen <samitolvanen@google.com>
Thanks! I think this makes things cleaner in the later patches. :)
Reviewed-by: Kees Cook <keescook@chromium.org>
-- Kees Cook
|