Source release 14.0.0

This commit is contained in:
John W. Bruce
2018-05-16 17:35:40 -07:00
parent 31381a1311
commit 3ab70cec4e
2053 changed files with 1585838 additions and 4614 deletions

View File

@@ -3,6 +3,7 @@
# Here you can override global gyp variables with platform-specific values.
# See cdm.gyp for a complete list of settings you can override.
'variables': {
'asm_target_arch': 'x86-64',
}, # end variables
# Here you can set platform-specific compiler settings.
@@ -120,6 +121,8 @@
'cflags': [
'-O0',
'-g',
'-fno-rtti',
'-fno-exceptions',
],
'defines': [
'_DEBUG',
@@ -131,6 +134,12 @@
'Release': {
'cflags': [
'-O2',
'-g0',
'-fno-rtti',
'-fno-exceptions',
],
'ldflags': [
'-flto',
],
'defines': [
'NDEBUG',