c# - Why does using Linker in Xamarin slows down application in release build? -
having used linker in xamarin reduce size of release build of android application, after having installed application.the application runs slower in release build compared when debugging application in debug mode.
- no error reported , application runs without crashing apart fact application has slowed down.
creating release build without using linker not result in application slowing down.
this bit confusing believe linker meant reduce application size , not affect application performance.
is there explanation kind of scenario?
Comments
Post a Comment