build debug symbols
authorMatthew Leibowitz <mattleibow@live.com>
Fri, 9 Mar 2018 16:58:38 +0000 (18:58 +0200)
committerMatthew Leibowitz <mattleibow@live.com>
Fri, 9 Mar 2018 16:58:38 +0000 (18:58 +0200)
BUILD.gn

index 870d25d..53477bc 100644 (file)
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -756,7 +756,7 @@ config("SkiaSharp_public") {
 
 shared_library("SkiaSharp") {
   public_configs = [ ":skia_public", ":SkiaSharp_public" ]
-  configs += skia_library_configs + [ ":SkiaSharp_public" ]
+  configs += skia_library_configs + [ ":SkiaSharp_public", "//gn:debug_symbols" ]
 
   deps = [
     ":skia",