summaryrefslogtreecommitdiffstats
path: root/monitor/Makefile.am
diff options
context:
space:
mode:
authorAndrew Geissler <geissonator@yahoo.com>2018-08-27 10:52:23 -0700
committerAndrew Geissler <geissonator@yahoo.com>2018-08-27 10:52:23 -0700
commitecd4bc7bf240b7d30ece98e74f7056b2cab1f38b (patch)
tree9aed650d07ecefa0653ba895ae3100a64c522fe3 /monitor/Makefile.am
parent86be476bfb6acfd413afff449a357123639eb29e (diff)
downloadphosphor-fan-presence-ecd4bc7bf240b7d30ece98e74f7056b2cab1f38b.tar.gz
phosphor-fan-presence-ecd4bc7bf240b7d30ece98e74f7056b2cab1f38b.zip
Add -flto to CXXFLAGS
Per openbmc/openbmc#3364, adding -flto to CXX flags in order to reduce overall library and binary sizes. Ref: https://gcc.gnu.org/wiki/LinkTimeOptimization Change-Id: I3ee31a15fc0ded4308aa9d00a11b41bc62eb9799 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'monitor/Makefile.am')
-rw-r--r--monitor/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/monitor/Makefile.am b/monitor/Makefile.am
index bea0933..cb9b8a4 100644
--- a/monitor/Makefile.am
+++ b/monitor/Makefile.am
@@ -26,7 +26,8 @@ phosphor_fan_monitor_LDADD = \
phosphor_fan_monitor_CXXFLAGS = \
$(SDBUSPLUS_CFLAGS) \
$(PHOSPHOR_LOGGING_CFLAGS) \
- ${PHOSPHOR_DBUS_INTERFACES_CFLAGS}
+ ${PHOSPHOR_DBUS_INTERFACES_CFLAGS} \
+ -flto
fan_monitor_defs.cpp: ${srcdir}/gen-fan-monitor-defs.py
$(AM_V_GEN)$(GEN_FAN_MONITOR_DEFS)
OpenPOWER on IntegriCloud