Chromium Code Reviews| Index: build/toolchain/nacl/BUILD.gn |
| diff --git a/build/toolchain/nacl/BUILD.gn b/build/toolchain/nacl/BUILD.gn |
| index 2c641b1646b633795b4b8eb68eb1610797aa29da..da4db71df900b3ac969c304ea7a5d9a11bee9eb0 100644 |
| --- a/build/toolchain/nacl/BUILD.gn |
| +++ b/build/toolchain/nacl/BUILD.gn |
| @@ -43,6 +43,10 @@ nacl_toolchain("newlib_pnacl") { |
| finalized_file = "{{root_out_dir}}/{{target_output_name}}.pexe" |
| postlink = "$finalize $nonfinal_file -o $finalized_file" |
| link_outputs = [ finalized_file ] |
| + |
| + # TODO(smklein): Don't modify symbol_level from the default value once |
|
viettrungluu
2015/11/20 21:41:02
Could you file a bug for this, and add it to this
Sean Klein
2015/11/20 22:05:02
Done.
|
| + # PNaCl's LLVM version has been updated to use more efficient debug info. |
| + symbol_level = 0 |
| } |
| nacl_toolchain("glibc_x86") { |