mirror of
https://abf.rosa.ru/djam/chromium-browser-stable-test.git
synced 2025-02-23 17:42:45 +00:00
Fix quotation marks. Restore fatal_linker_warnings=false.
This commit is contained in:
parent
a92102bca1
commit
ac2d1f7a60
1 changed files with 5 additions and 4 deletions
|
@ -397,18 +397,18 @@ export NM=nm
|
|||
|
||||
%if %{use_linker} == "lld"
|
||||
export LDFLAGS="$LDFLAGS -Wl,-z,notext"
|
||||
%define use_another_linker "use_gold=false"
|
||||
%define use_another_linker gold
|
||||
%endif
|
||||
|
||||
%if %{use_linker} == "gold"
|
||||
%define use_another_linker "use_lld=false"
|
||||
%define use_another_linker lld
|
||||
%endif
|
||||
|
||||
%else
|
||||
%define is_clang false
|
||||
# fake definition of linker to not have an empty string in build agruements
|
||||
%define use_linker gold
|
||||
%define use_another_linker "use_lld=false"
|
||||
%define use_another_linker lld
|
||||
%define use_linker_def false
|
||||
%setup_compile_flags
|
||||
CC=%{__cc}; export CC
|
||||
|
@ -469,7 +469,8 @@ CXXFLAGS="$CXXFLAGS -Wno-error=attributes -Wno-error=comment -Wno-error=unused-v
|
|||
google_default_client_id="%{google_default_client_id}" \
|
||||
google_default_client_secret="%{google_default_client_secret}" \
|
||||
use_%{use_linker}=%{use_linker_def} \
|
||||
%{use_another_linker} \
|
||||
use_%{use_another_linker}=false \
|
||||
fatal_linker_warnings=false \
|
||||
enable_nacl=false \
|
||||
use_jumbo_build=true \
|
||||
jumbo_file_merge_limit = %{is_limit}
|
||||
|
|
Loading…
Add table
Reference in a new issue