Source release 14.1.0

This commit is contained in:
John W. Bruce
2018-06-29 15:59:47 -07:00
parent 3ab70cec4e
commit afa11a48a0
1941 changed files with 557780 additions and 105547 deletions

View File

@@ -1,4 +1,6 @@
# Copyright 2015 Google Inc. All rights reserved.
# Copyright 2018 Google LLC. All Rights Reserved. This file and proprietary
# source code may only be used and distributed under the Widevine Master
# License Agreement.
{
# Here you can override global gyp variables with platform-specific values.
# See cdm.gyp for a complete list of settings you can override.
@@ -26,14 +28,13 @@
# va_copy.). C++11 is not used because some partner
# toolchains do not yet support it.
'-std=gnu++98',
# '-fno-rtti',
'-fno-rtti',
'-fno-exceptions',
# Enable all warnings, and treat warnings as errors.
'-Wall',
'-Werror',
'-Wextra',
'-Wunused',
# '-fno-rtti',
'-Wcast-qual',
'-Wno-long-long',
'-Wno-variadic-macros',
@@ -121,8 +122,6 @@
'cflags': [
'-O0',
'-g',
'-fno-rtti',
'-fno-exceptions',
],
'defines': [
'_DEBUG',
@@ -135,8 +134,6 @@
'cflags': [
'-O2',
'-g0',
'-fno-rtti',
'-fno-exceptions',
],
'ldflags': [
'-flto',