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