commit | ee22bfb566049fc46202a29d61e4ec7d06863f10 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Fri Nov 09 08:53:15 2018 -0800 |
committer | Patrick Venture <venture@google.com> | Fri Nov 09 08:53:15 2018 -0800 |
tree | d32c1159d91fcab7b568bdb205e01d34e94be2bd | |
parent | 8d63aee5f6dc9c1e6c4045712d852dcd4bcc6ddf [diff] [blame] |
build: Add -flto to CXXFLAGS Add -flto to CXXFLAGS to allow build optimization. Change-Id: I96e05b258411a830b9cdf9776bfd23333eac3a5d Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/Makefile.am b/Makefile.am index 40ea490..f63be84 100644 --- a/Makefile.am +++ b/Makefile.am
@@ -8,4 +8,5 @@ -lstdc++fs \ -version-info 0:0:0 -shared -libethstatscmd_la_CXXFLAGS = +libethstatscmd_la_CXXFLAGS = \ + -flto