From 36cc439079ca604178ec24cc9d6aa8c0bce30c0b Mon Sep 17 00:00:00 2001 From: "Brian R. Bondy" Date: Tue, 13 Dec 2016 11:08:35 -0500 Subject: [PATCH] Add flag which can be uncommened to get symbols in release Auditors: @bridiver --- build/commands/lib/config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/build/commands/lib/config.js b/build/commands/lib/config.js index a8a79c75cd5..1644b1247c6 100644 --- a/build/commands/lib/config.js +++ b/build/commands/lib/config.js @@ -48,6 +48,7 @@ Config.prototype.buildArgs = function () { clang_use_chrome_plugins: false, enable_print_preview: false, enable_plugin_installation: false, + // enable_stripping: false, enable_supervised_users: false, branding_path_component: "brave", enable_widevine: process.platform !== 'linux',