For GCC ,you may have to specify -m32 :
nim c --cpu:i386 -t:-m32 -l:-m32 test.nim
- Can i use 64bit nim compile 32bit program? donydh
- Re: Can i use 64bit nim compile 32bit program? jangko
- Re: Can i use 64bit nim compile 32bit program? shawnye
