| Index: masters/master.tryserver.chromium/master.cfg
|
| diff --git a/masters/master.tryserver.chromium/master.cfg b/masters/master.tryserver.chromium/master.cfg
|
| index 70d5e20252c3ed2cbfcc05a97f9eccd6f848069d..4f409180b2eaca7a5488263281840d984325c5b7 100644
|
| --- a/masters/master.tryserver.chromium/master.cfg
|
| +++ b/masters/master.tryserver.chromium/master.cfg
|
| @@ -1439,8 +1439,8 @@ b_linux_layout_rel_32 = {
|
| }),
|
| }
|
|
|
| -asan_gyp = ('asan=1 use_allocator=none '
|
| - 'release_extra_cflags="-g -O1 -fno-inline-functions -fno-inline"')
|
| +asan_gyp = ('asan=1 use_allocator=none fastbuild=0 '
|
| + 'release_extra_cflags="-O1 -fno-inline-functions -fno-inline"')
|
|
|
| b_linux_layout_asan = {
|
| 'name': 'linux_layout_asan',
|
| @@ -1711,7 +1711,7 @@ b_linux_asan = {
|
| 'cluster_size': 1,
|
| 'gclient_env': {
|
| 'GYP_GENERATORS': 'ninja',
|
| - 'GYP_DEFINES': 'asan=1 lsan=1 use_allocator=none',
|
| + 'GYP_DEFINES': 'asan=1 lsan=1 use_allocator=none fastbuild=0',
|
| },
|
| 'lsan': True,
|
| 'sharded_tests': sharded_tests,
|
| @@ -1738,7 +1738,7 @@ b_linux_browser_asan = {
|
| 'asan': True, # Used by runtest.py.
|
| 'gclient_env': {
|
| 'GYP_GENERATORS': 'ninja',
|
| - 'GYP_DEFINES': 'asan=1 lsan=1 use_allocator=none',
|
| + 'GYP_DEFINES': 'asan=1 lsan=1 use_allocator=none fastbuild=0',
|
| },
|
| 'lsan': True,
|
| 'sharded_tests': sharded_tests,
|
| @@ -1809,7 +1809,7 @@ b_linux_clang_tsan = {
|
| 'gclient_env': {
|
| 'GYP_GENERATORS': 'ninja',
|
| 'GYP_DEFINES': ('tsan=1 '
|
| - 'use_allocator=none '
|
| + 'use_allocator=none fastbuild=0 '
|
| 'disable_nacl=1'), # http://crbug.com/257320
|
| },
|
| 'sharded_tests': sharded_tests,
|
| @@ -1829,7 +1829,7 @@ b_linux_chromeos_asan = {
|
| 'asan': True, # Used by runtest.py.
|
| 'gclient_env': {
|
| 'GYP_GENERATORS': 'ninja',
|
| - 'GYP_DEFINES': 'asan=1 lsan=1 use_allocator=none '
|
| + 'GYP_DEFINES': 'asan=1 lsan=1 use_allocator=none fastbuild=0 '
|
| 'chromeos=1 component=static_library '
|
| },
|
| 'lsan': True,
|
| @@ -1848,7 +1848,7 @@ b_linux_chromeos_browser_asan = {
|
| 'asan': True, # Used by runtest.py.
|
| 'gclient_env': {
|
| 'GYP_GENERATORS': 'ninja',
|
| - 'GYP_DEFINES': 'asan=1 use_allocator=none '
|
| + 'GYP_DEFINES': 'asan=1 use_allocator=none fastbuild=0 '
|
| 'chromeos=1 component=static_library '
|
| },
|
| 'lsan': True,
|
| @@ -1867,7 +1867,7 @@ b_mac_asan = CreateBuilder(
|
| factory_properties={
|
| 'asan': True,
|
| 'gclient_env': {
|
| - 'GYP_DEFINES': 'asan=1 release_extra_cflags=-gline-tables-only',
|
| + 'GYP_DEFINES': 'asan=1 fastbuild=0',
|
| },
|
| })
|
|
|
| @@ -1883,7 +1883,7 @@ b_mac_asan_64 = CreateBuilder(
|
| 'asan': True,
|
| 'gclient_env': {
|
| 'GYP_DEFINES': ('asan=1 target_arch=x64 host_arch=x64 '
|
| - 'release_extra_cflags=-gline-tables-only'),
|
| + 'fastbuild=0'),
|
| },
|
| })
|
|
|
|
|