mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-01-29 18:49:52 +01:00
Linux: Remove the fatal_linker_warnings=false default GN arg
This value is no longer required with Ubuntu 16+ host systems.
This commit is contained in:
parent
4e43f90244
commit
dc35b3a93e
@ -255,13 +255,6 @@ def GetRecommendedDefaultArgs():
|
||||
# x86 or x64 build: $ gclient runhooks
|
||||
result['use_sysroot'] = False
|
||||
|
||||
# Don't add the `-Wl,--fatal-warnings` linker flag when building on Ubuntu
|
||||
# 14 (Trusty) host systems. It results in errors like the following:
|
||||
# ld.lld: error: found local symbol '__bss_start' in global part of symbol
|
||||
# table in file /usr/lib/x86_64-linux-gnu/libGL.so
|
||||
# TODO(cef): Remove this flag once we require a newer host system.
|
||||
result['fatal_linker_warnings'] = False
|
||||
|
||||
# Disable QT by default because we don't want to introduce the build
|
||||
# dependencies at this time. For background see
|
||||
# https://groups.google.com/a/chromium.org/g/chromium-packagers/c/-2VGexQAK6w/m/5K5ppK9WBAAJ
|
||||
|
Loading…
x
Reference in New Issue
Block a user