When adding a Swift package as a dependency to an Xcode project, how can I force the dependency to build using release (optimized) mode? I still want to debug my main project, but I want certain dependencies to execute optimally.
Thanks!
When adding a Swift package as a dependency to an Xcode project, how can I force the dependency to build using release (optimized) mode? I still want to debug my main project, but I want certain dependencies to execute optimally.
Thanks!