Skip to content

Commit

Permalink
build: disable strip_absolute_paths_from_debug_symbols on debug.gn
Browse files Browse the repository at this point in the history
  • Loading branch information
ymmuse committed Oct 31, 2019
1 parent dfdf1b5 commit 6d7977a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/args/debug.gn
Expand Up @@ -2,6 +2,8 @@ import("all.gn")
is_debug = true
is_component_build = true

strip_absolute_paths_from_debug_symbols = false

# This may be guarded behind is_chrome_branded alongside
# proprietary_codecs https://webrtc-review.googlesource.com/c/src/+/36321,
# explicitly override here to build OpenH264 encoder/FFmpeg decoder.
Expand Down

0 comments on commit 6d7977a

Please sign in to comment.