Browse Source

build: remove strip_debug_info gn arg declaration as it is android only and causing release build failures on windows (#17306)

Samuel Attard 6 years ago
parent
commit
a968f4f999
1 changed files with 0 additions and 1 deletions
  1. 0 1
      build/args/release.gn

+ 0 - 1
build/args/release.gn

@@ -1,7 +1,6 @@
 import("all.gn")
 is_component_build = false
 is_official_build = true
-strip_debug_info = true
 
 # This may be guarded behind is_chrome_branded alongside
 # proprietary_codecs https://webrtc-review.googlesource.com/c/src/+/36321,