Compile with symbols

My team is considering using swift on the backend. We're curious of how we could get symbolicated crash reports. We're aware that we'll need to register signal handlers in order to catch exceptions and read the current stack trace, but how do we make sure the stack trace is already symbolicated? Is there a compiler flag we can include?

1 Like