Is there any way to obtain more verbose logs durin...
# kotlin-native
d
Is there any way to obtain more verbose logs during the linking phase?
Copy code
binaries {
                            executable {
                                freeCompilerArgs += listOf("-linker-option", "-v") // Enable verbose linker logs
                            }
                        }
didnt seem to do anything