0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-23 13:23:46 +02:00

ircd: Use thin mode for LTO.

matrix: Use thin mode for LTO.
This commit is contained in:
Jason Volk 2020-11-24 10:15:34 -08:00
parent a3809351f4
commit 0f851d1d98
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ AM_CXXFLAGS += -fno-c++-static-destructors
endif
if LTO
AM_CXXFLAGS += -flto
AM_CXXFLAGS += -flto=thin
endif
if LTO

View file

@ -39,7 +39,7 @@ AM_CXXFLAGS += -ftls-model=local-dynamic
endif
if LTO
AM_CXXFLAGS += -flto
AM_CXXFLAGS += -flto=thin
endif
if LTO