Join Slack
Powered by
Is there a way to emit .o file during compilation?
# kotlin-native
k
Krystian
06/22/2024, 11:08 AM
Is there a way to emit .o file during compilation?
l
loke
06/22/2024, 3:01 PM
Not really, no. What do you want to do with them if you could?
t
Tadeas Kriz
06/29/2024, 10:51 PM
If you build a static library/framework, you're producing essentially just
.o
files
4
Views
Open in Slack
Previous
Next