commit | ff40f273a719c61bf97fbebe2371cc897ebfa24c | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Fri Nov 09 08:38:23 2018 -0800 |
committer | Patrick Venture <venture@google.com> | Fri Nov 09 08:38:23 2018 -0800 |
tree | 102ad3cc6a5e7937c3dbb03cbb6d942e47bc81ae | |
parent | a313c408be924d06ceec75df5f7fa7fa2a5d624d [diff] [blame] |
build: Add -flto to CXXFLAGS Add -flto to CXXFLAGS to allow build optimization. Change-Id: Id80576cc9928de46cf85c0b39da0d54ff8fb3d40 Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/Makefile.am b/Makefile.am index ba5a539..84b0c56 100644 --- a/Makefile.am +++ b/Makefile.am
@@ -17,4 +17,5 @@ libsyscmds_la_CXXFLAGS = \ $(SDBUSPLUS_CFLAGS) \ - $(PHOSPHOR_LOGGING_CFLAGS) + $(PHOSPHOR_LOGGING_CFLAGS) \ + -flto