Source release 14.1.0
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user