1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

enable lto support

This commit is contained in:
Stefan Lankes 2016-02-15 01:16:06 +01:00
parent 513cc6576e
commit eec0054c0f

View file

@ -10,7 +10,7 @@ CD = cd
CP = cp
MKDIR = mkdir
TMP = $(TOPDIR)/tmp
OPT = --disable-shared --disable-multilib --enable-newlib-io-c99-formats --enable-newlib-multithread #--enable-newlib-reent-small
OPT = --disable-shared --disable-multilib --enable-lto --enable-newlib-hw-fp --enable-newlib-io-c99-formats --enable-newlib-multithread #--enable-newlib-reent-small
# Prettify output
V = 0