| OLD | NEW |
| (Empty) | |
| 1 { |
| 2 'variables': { |
| 3 'clang': 1, |
| 4 'linux_use_tcmalloc': 0, |
| 5 'release_valgrind_build': 1, |
| 6 'target_arch': 'x64', |
| 7 # 'use_system_ffmpeg': 1, |
| 8 # 'target_arch': 'ia32', |
| 9 # 'linux_use_heapchecker': 1, |
| 10 # 'linux_keep_shadow_stacks': 1, |
| 11 # 'linux_use_debugallocation': 1, |
| 12 # 'use_system_ssl': '0', |
| 13 |
| 14 # Valgrind GYP defines below |
| 15 'debug_extra_cflags': '-g -fno-inline -fno-omit-frame-pointer -fno-builtin'
, |
| 16 # 'release_extra_cflags': '-g -fno-inline -fno-omit-frame-pointer -fno-built
in -fno-inline-functions', |
| 17 'release_extra_cflags': '-g -fno-inline -fno-omit-frame-pointer -fno-builti
n -fno-optimize-sibling-calls ', |
| 18 'disable_nacl': '1', |
| 19 # 'release_optimize': 1, |
| 20 # 'werror': '', |
| 21 } |
| 22 } |
| 23 #{ |
| 24 # 'variables': { |
| 25 # 'sysroot': '/usr/local/google/beagle/sd-backup/rootfs/', |
| 26 # 'target_arch': 'arm', |
| 27 # 'disable_nacl': 1, |
| 28 # 'linux_use_tcmalloc': 0, |
| 29 # 'armv7': 1, |
| 30 # } |
| 31 #} |
| OLD | NEW |