commit | ad05703ce0453f1f63154fdf61938932f7cc033a | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Fri Nov 09 08:37:14 2018 -0800 |
committer | Patrick Venture <venture@google.com> | Fri Nov 09 08:37:14 2018 -0800 |
tree | 2761a3d27f6bf5471d672ab915eae1ebd1cae2f6 | |
parent | eccce2c03f101bf8d6f65ba7f518e2a9ea8fa6c4 [diff] |
build: Add -flto to CXXFLAGS Add -flto to CXXFLAGS to allow build optimization. Change-Id: Ide77369702db4e0ab687143649a2e359aeb83f94 Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/Makefile.am b/Makefile.am index 69d58a1..3d598ba 100644 --- a/Makefile.am +++ b/Makefile.am
@@ -7,4 +7,4 @@ libi2ccmds_la_LDFLAGS = \ -version-info 0:0:0 -shared -libi2ccmds_la_CXXFLAGS = +libi2ccmds_la_CXXFLAGS = -flto