Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1229)

Unified Diff: build/toolchain/nacl/BUILD.gn

Issue 1461163003: Removed debug symbols from Newlib PNaCl toolchain. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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") {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698