diff options
Diffstat (limited to 'base/debug')
-rw-r--r-- | base/debug/BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/debug/BUILD.gn b/base/debug/BUILD.gn index 37a0ab2..0de41ad 100644 --- a/base/debug/BUILD.gn +++ b/base/debug/BUILD.gn @@ -63,6 +63,7 @@ source_set("debug") { ] if (is_linux) { + defines += [ "USE_SYMBOLIZE" ] deps += [ "//base/third_party/symbolize" ] } |