Join Slack
Powered by
I've experimented with `-nomain` parameter to `kon...
# kotlin-native
m
maku
05/26/2017, 1:38 PM
I've experimented with
-nomain
parameter to
konanc
but it still expects a library to provide
main
function
n
nish
05/27/2017, 11:16 AM
You need to
nomain
and
nolink
o
olonho
05/28/2017, 8:32 AM
Currently, one way to go is to produce bitcode with konanc, compile it to .o file with llc and link with your application.
Open in Slack
Previous
Next