Andrey Gordeev
1 min readMar 23, 2018

--

>Enable Whole Module Optimization with Build Flag

This doesn’t work. Enabled Whole Module Optimization won’t let you to debug the code properly: variables are optimized and inaccessible. Setting -0none to Other Swift Flags doesn’t help.

--

--