mamba icon indicating copy to clipboard operation
mamba copied to clipboard

Swift Compiler Code Optimization

Open michaeljajou opened this issue 4 years ago • 0 comments

I noticed that when accessing Playlist Tags in iterations on a debug build would work fine, but on a production build it would crash the app.

The way I was able to solve this was by setting

Swift compiler code generation optimize level: None

Which I fear has an impact on performance. Is this known at all?

michaeljajou avatar Dec 14 '21 23:12 michaeljajou