Skip to content

Instantly share code, notes, and snippets.

@cheatfate
Created March 21, 2017 09:02
Show Gist options
  • Save cheatfate/df5b8b833488735a93c02e2181301d37 to your computer and use it in GitHub Desktop.
Save cheatfate/df5b8b833488735a93c02e2181301d37 to your computer and use it in GitHub Desktop.
I:\Nim\tests\threads>nim c --cc:vcc tracy_allocator
Hint: used config file 'I:\Nim\config\nim.cfg' [Conf]
Hint: used config file 'I:\Nim\tests\threads\nim.cfg' [Conf]
Hint: system [Processing]
Hint: tracy_allocator [Processing]
CC: compiler_tracy_allocator
CC: stdlib_system
CC: stdlib_sharedlist
CC: stdlib_locks
"C:\WINDOWS\system32\cmd.exe" /C ""C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall" amd64 && SET"
"C:\WINDOWS\system32\cmd.exe" /C ""C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall" amd64 && SET"
"C:\WINDOWS\system32\cmd.exe" /C ""C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall" amd64 && SET"
"C:\WINDOWS\system32\cmd.exe" /C ""C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall" amd64 && SET"
cl.exe /c /nologo /II:\Nim\lib /Fotests\threads\nimcache\stdlib_sharedlist.obj tests\threads\nimcache\stdlib_sharedlist.c
cl.exe /c /nologo /II:\Nim\lib /Fotests\threads\nimcache\stdlib_locks.obj tests\threads\nimcache\stdlib_locks.c
cl.exe /c /nologo /II:\Nim\lib /Fotests\threads\nimcache\stdlib_system.obj tests\threads\nimcache\stdlib_system.c
cl.exe /c /nologo /II:\Nim\lib /Fotests\threads\nimcache\compiler_tracy_allocator.obj tests\threads\nimcache\compiler_tracy_allocator.c
stdlib_locks.c
stdlib_system.c
compiler_tracy_allocator.c
stdlib_sharedlist.c
tests\threads\nimcache\stdlib_system.c(7655): warning C4133: 'function': incompatible types - from 'NI *' to 'volatile long *'
tests\threads\nimcache\stdlib_system.c(7662): warning C4133: 'function': incompatible types - from 'NI *' to 'volatile long *'
Hint: [Link]
"C:\WINDOWS\system32\cmd.exe" /C ""C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall" amd64 && SET"
cl.exe /nologo /DEBUG /Zi /F33554432 /FeI:\Nim\tests\threads\tracy_allocator.exe tests\threads\nimcache\compiler_tracy_allocator.obj tests\threads\nimcache\stdlib_system.obj tests\threads\nimcache\stdlib_sharedlist.obj tests\threads\nimcache\stdlib_locks.obj
Hint: operation successful (12058 lines compiled; 3.983 sec total; 22.422MiB peekmem; Debug Build) [SuccessX]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment