mirror of
https://abf.rosa.ru/djam/chromium-browser-stable-slava86.git
synced 2025-02-24 16:02:56 +00:00
Removed fatal_linker_warnings=false
. Maybe it's incompatible with gold?!
This commit is contained in:
parent
b6ae8f347e
commit
f0f0421cf4
1 changed files with 1 additions and 2 deletions
|
@ -450,7 +450,6 @@ CXXFLAGS="$CXXFLAGS -Wno-error=attributes -Wno-error=comment -Wno-error=unused-v
|
||||||
use_kerberos=true \
|
use_kerberos=true \
|
||||||
use_allocator="none" \
|
use_allocator="none" \
|
||||||
treat_warnings_as_errors=false \
|
treat_warnings_as_errors=false \
|
||||||
fatal_linker_warnings=false \
|
|
||||||
use_aura=true \
|
use_aura=true \
|
||||||
use_libpci=true \
|
use_libpci=true \
|
||||||
is_debug=false \
|
is_debug=false \
|
||||||
|
@ -471,7 +470,6 @@ CXXFLAGS="$CXXFLAGS -Wno-error=attributes -Wno-error=comment -Wno-error=unused-v
|
||||||
google_default_client_secret="%{google_default_client_secret}" \
|
google_default_client_secret="%{google_default_client_secret}" \
|
||||||
use_%{use_linker}=%{use_linker_def} \
|
use_%{use_linker}=%{use_linker_def} \
|
||||||
%{use_another_linker} \
|
%{use_another_linker} \
|
||||||
fatal_linker_warnings=false \
|
|
||||||
enable_nacl=false \
|
enable_nacl=false \
|
||||||
use_jumbo_build=true \
|
use_jumbo_build=true \
|
||||||
jumbo_file_merge_limit = %{is_limit}
|
jumbo_file_merge_limit = %{is_limit}
|
||||||
|
@ -480,6 +478,7 @@ CXXFLAGS="$CXXFLAGS -Wno-error=attributes -Wno-error=comment -Wno-error=unused-v
|
||||||
#gold_path=false must be set if bunbled binutils are used, but gold linker must be system, not bundled
|
#gold_path=false must be set if bunbled binutils are used, but gold linker must be system, not bundled
|
||||||
#enable_nacl_nonsfi=true \
|
#enable_nacl_nonsfi=true \
|
||||||
#is_nacl_glibc=false \
|
#is_nacl_glibc=false \
|
||||||
|
#fatal_linker_warnings=false \
|
||||||
|
|
||||||
%define system_gn_list ffmpeg flac libxslt snappy yasm libdrm fontconfig freetype harfbuzz-ng
|
%define system_gn_list ffmpeg flac libxslt snappy yasm libdrm fontconfig freetype harfbuzz-ng
|
||||||
# libpng, libtiff
|
# libpng, libtiff
|
||||||
|
|
Loading…
Add table
Reference in a new issue