Lines 390-395
src_configure() {
Link Here
|
390 |
show_old_compiler_warning=1 |
390 |
show_old_compiler_warning=1 |
391 |
fi |
391 |
fi |
392 |
|
392 |
|
|
|
393 |
append-cxxflags -flto |
394 |
|
393 |
if ! use cpu_flags_x86_avx2 ; then |
395 |
if ! use cpu_flags_x86_avx2 ; then |
394 |
local _gcc_version_with_ipa_cdtor_fix="8.3" |
396 |
local _gcc_version_with_ipa_cdtor_fix="8.3" |
395 |
local _current_gcc_version="$(gcc-major-version).$(gcc-minor-version)" |
397 |
local _current_gcc_version="$(gcc-major-version).$(gcc-minor-version)" |
396 |
- |
|
|