fix: gcc -flto binaries are broken on some old servers. disable it temporary [skip ci]
This commit is contained in:
parent
19b0dd030c
commit
6ec507a075
1 changed files with 1 additions and 7 deletions
|
|
@ -94,15 +94,9 @@ if isCLang or isGCC or (isIntel and not isWindows)
|
|||
if isOptimize
|
||||
flagsCompiler += '-msse2'
|
||||
|
||||
if (isCLang or isGCC) and not isDarwin
|
||||
if isCLang and not isDarwin
|
||||
flagsCompiler += '-flto'
|
||||
flagsLinker += '-flto'
|
||||
|
||||
if isGCC
|
||||
flagsCompiler += [
|
||||
'-fgraphite-identity'
|
||||
]
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue