Skip to content

Commit

Permalink
Allow runtime unit-test to perform dynamic symbol resolution for Dart…
Browse files Browse the repository at this point in the history
… snapshots. (flutter#5044)
  • Loading branch information
chinmaygarde authored Apr 19, 2018
1 parent 59d1366 commit 22e1381
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions runtime/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -142,4 +142,8 @@ executable("runtime_unittests") {
"//third_party/skia",
"//topaz/lib/tonic",
]

if (is_linux) {
ldflags = [ "-rdynamic" ]
}
}

0 comments on commit 22e1381

Please sign in to comment.