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

Unified Diff: remoting/client/plugin/BUILD.gn

Issue 2384553002: Disable link-time optimization for remoting PNaCl plugin in Debug mode (Closed)
Patch Set: Created 4 years, 3 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
« 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: remoting/client/plugin/BUILD.gn
diff --git a/remoting/client/plugin/BUILD.gn b/remoting/client/plugin/BUILD.gn
index 79d28a093bf34218d8f258ca07d268af2e3ed728..b3188e71d4dee27d8250b6f2cb322c6f47b30a69 100644
--- a/remoting/client/plugin/BUILD.gn
+++ b/remoting/client/plugin/BUILD.gn
@@ -7,10 +7,6 @@ assert(is_nacl,
import("//build/config/features.gni")
-config("enable_linker_optimization") {
- ldflags = [ "-Wl,-O1" ]
-}
-
executable("remoting_client_plugin_newlib") {
sources = [
"chromoting_instance.cc",
@@ -49,12 +45,6 @@ executable("remoting_client_plugin_newlib") {
configs += [ "//build/config/compiler:wexit_time_destructors" ]
- if (is_debug) {
- # Always enable link-time optimization in debug builds to workaround
- # crbug.com/538243 .
- configs += [ ":enable_linker_optimization" ]
- }
-
deps = [
"//net",
"//ppapi/cpp",
« 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