Did this:
nim c --cpu:i386 --os:linux --compileOnly --genScript hello_world.nim
RunGot "operation successful". But the only file I got is "hello_world.deps". There are no compile scripts or C-files produced.
Did this:
nim c --cpu:i386 --os:linux --compileOnly --genScript hello_world.nim
RunGot "operation successful". But the only file I got is "hello_world.deps". There are no compile scripts or C-files produced.