| 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",
|
|
|