abcminiuser / dmbs

Dean's Makefile Build System - making MAKE easier.
51 stars 18 forks source link

Add LTO option #21

Closed NicoHood closed 6 years ago

NicoHood commented 7 years ago

An optional variable for this could be useful:

# LTO
CC_FLAGS  += -flto -fuse-linker-plugin
LD_FLAGS  += -flto -fuse-linker-plugin
abcminiuser commented 6 years ago

Fixed in d5394d5f869eb5e440c2747cec9661cf1caf3bd0.