I read a lot of thing and discovery this configs have 2 side effect:
- Make the binary size smaller
- The program show a better debug crash
I am building program for iOS, so I want my binary to be the smallest possible. This mean:
- If I set YES to both config, my binary will be the smaller
- If I set NO, I will get better debug crash
So I have to set YES for AppStore version and NO for Debug?