Skip to content

Commit f22158c

Browse files
pwasowski2swift-kim
authored andcommitted
Show more symbols on profiling builds (flutter-tizen#104)
* Show more symbols on profiling builds * Remove libdart dependency * Add libdart dependency for builds with enabled profiling * Fix shell/platform/tizen/BUILD.gn formatting * Remove dependency on libdart * Remove unnecessary import
1 parent ae53bde commit f22158c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/gn

+1-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ def to_gn_args(args):
283283

284284
# We should not need a special case for x86, but this seems to introduce text relocations
285285
# even with -fPIC everywhere.
286-
# gn_args['enable_profiling'] = args.runtime_mode != 'release' and args.android_cpu != 'x86'
286+
gn_args['enable_profiling'] = args.runtime_mode != 'release' and args.android_cpu != 'x86'
287287

288288
if args.arm_float_abi:
289289
gn_args['arm_float_abi'] = args.arm_float_abi

0 commit comments

Comments
 (0)