Why have you created Debug-Dev and Release-Dev. and save for QA and Prod? Instead of this you could have also done like - change Debug to Dev. change Release to Prod. copy release and change to QA.
Thanks for watching video. Debug and release schema which are there by default are not for differentiating the urls. In a debug build the complete symbolic debug information is emitted to help while debugging applications and also the code optimization is not taken into account. While in release build the symbolic debug info is not emitted and the code execution is optimized. Also, because the symbolic info is not emitted in a release build, the size of the final executable is lesser than a debug executable. That's the reason I have created debug and release for each target. Hope it answers your query
@@AppDeveloperPoint Thanks for the detailed explanation. Today I learned something new, 🙌 Can you please tell us what is included in the symbolic debug information and how is code optimized for the release build and not for debug build?
Nice video.. Thanks for the series. No youtube video covers things in such details
Can we set base url’s based on active compilation type with out having configuration setup?
Nice viceo .
Do video on GraphQL..!
Thanks. Added to list. 😎
Why have you created Debug-Dev and Release-Dev. and save for QA and Prod?
Instead of this you could have also done like -
change Debug to Dev.
change Release to Prod.
copy release and change to QA.
Thanks for watching video. Debug and release schema which are there by default are not for differentiating the urls. In a debug build the complete symbolic debug information is emitted to help while debugging applications and also the code optimization is not taken into account. While in release build the symbolic debug info is not emitted and the code execution is optimized. Also, because the symbolic info is not emitted in a release build, the size of the final executable is lesser than a debug executable. That's the reason I have created debug and release for each target. Hope it answers your query
@@AppDeveloperPoint
Thanks for the detailed explanation.
Today I learned something new, 🙌
Can you please tell us what is included in the symbolic debug information and how is code optimized for the release build and not for debug build?