-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathbuild.bat
More file actions
11 lines (11 loc) · 732 Bytes
/
build.bat
File metadata and controls
11 lines (11 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
@echo off
:: http://akehrer.github.io/posts/connecting-nim-to-python/
:: https://forum.nim-lang.org/t/3575
:: https://forum.nim-lang.org/t/2696#16699
::nim c --app:lib --os:android --cpu=arm64 -d:noSignalHandler --compileOnly --nimcache:./cache hello.nim
::nim cc --app:lib -d:noSignalHandler --compileOnly hello.nim
::nim c --app:lib -d:noSignalHandler --compileOnly --nimcache:./cache hello.nim
::nim cc --app:lib -d:noSignalHandler --compileOnly hello.nim
::nim c --app:lib --os:android --cpu=arm64 -d:noSignalHandler --compileOnly --nimcache:./cache hello.nim
::nim c --app:lib --os:android --cpu=arm64 -d:noSignalHandler --hint[CC]:on hello.nim
nim c --app:lib --os:android --cpu=arm -d:noSignalHandler --hint[CC]:on hello.nim