Skip to content

Commit

Permalink
Do not export libdart symbols (flutter#6337)
Browse files Browse the repository at this point in the history
  • Loading branch information
goderbauer authored Sep 27, 2018
1 parent 3052dbd commit 763627f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/gn
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ def to_gn_args(args):
else:
aot = False

gn_args['dart_lib_export_symbols'] = False

if runtime_mode == 'debug':
gn_args['dart_runtime_mode'] = 'develop'
elif runtime_mode == 'dynamic_profile':
Expand Down

0 comments on commit 763627f

Please sign in to comment.