tracey
tracey copied to clipboard
iOS: Thread-local storage not supported
It seems iOS doesn't support thread-local storage via __thread.
I need some help on this. please edit tracey.cpp file and replace line 633 with #if 0. does it compile on iOS after that? if so, i will commit a newer version with according changes
also, what toolchain/compiler and version are you using?
Apple LLVM version 6.0 (clang-600.0.54) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin14.0.0
Thread model: posix
using __declspec in favor of __thread does indeed work. It does not compile, but that's due to #8
great, i will update the libs asap : ) thanks for reporting