mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-16 20:20:51 +01:00
Windows: Don't recommend is_win_fastlink=true with VS2017 (issue #1691)
This commit is contained in:
parent
4787b45db2
commit
c506c8c5c0
@ -325,11 +325,6 @@ def ValidateArgs(args):
|
||||
if is_official_build:
|
||||
assert not is_win_fastlink, "is_official_build=true precludes is_win_fastlink=true"
|
||||
|
||||
# Non-official debug builds should use /DEBUG:FASTLINK.
|
||||
if not is_official_build and is_debug and not is_win_fastlink:
|
||||
msg('is_official_build=false + is_debug=true recommends is_win_fastlink=true'
|
||||
)
|
||||
|
||||
# Windows custom toolchain requirements.
|
||||
#
|
||||
# Required GN arguments:
|
||||
|
Loading…
x
Reference in New Issue
Block a user