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

Unified Diff: build/config/compiler/BUILD.gn

Issue 388333003: Add GN build targets for the rest of mojo/public (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add more targets, and handle --exclude-libs=All appropriately Created 6 years, 5 months 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
Index: build/config/compiler/BUILD.gn
diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
index 114ce1be29e7a4e8ac218e0aa3c067f3b95c18fc..25a5f5a211fc893ede5f1f3e3e2caf37ec64044f 100644
--- a/build/config/compiler/BUILD.gn
+++ b/build/config/compiler/BUILD.gn
@@ -290,8 +290,6 @@ config("compiler") {
ldflags += [
"-Wl,--no-undefined",
- # Don't export symbols from statically linked libraries.
- "-Wl,--exclude-libs=ALL",
]
if (cpu_arch == "arm") {
ldflags += [
« no previous file with comments | « build/config/android/BUILD.gn ('k') | mojo/BUILD.gn » ('j') | mojo/public/c/system/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698