ios: how can I stop verbose debug logging

The “L” libraries are “logging”, they are still compiled as release, just with the log messages and some extra validation.

You can control the level and destination of log messages with FMOD::Debug_Initialize.

1 Like