mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 08:42:34 +01:00
ircd: Use thin mode for LTO.
matrix: Use thin mode for LTO.
This commit is contained in:
parent
a3809351f4
commit
0f851d1d98
2 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ AM_CXXFLAGS += -fno-c++-static-destructors
|
|||
endif
|
||||
|
||||
if LTO
|
||||
AM_CXXFLAGS += -flto
|
||||
AM_CXXFLAGS += -flto=thin
|
||||
endif
|
||||
|
||||
if LTO
|
||||
|
|
|
@ -39,7 +39,7 @@ AM_CXXFLAGS += -ftls-model=local-dynamic
|
|||
endif
|
||||
|
||||
if LTO
|
||||
AM_CXXFLAGS += -flto
|
||||
AM_CXXFLAGS += -flto=thin
|
||||
endif
|
||||
|
||||
if LTO
|
||||
|
|
Loading…
Reference in a new issue