7 ms·
use `clang`, not `gcc`. clang version 3.6.1 (tags/RELEASE_361/final) Target: x86_64-apple-darwin14.4.0 Thread model: posix <-- can confirm it works out-of-the
by evandrix 11y ago
use `clang`, not `gcc`.
clang version 3.6.1 (tags/RELEASE_361/final)
Target: x86_64-apple-darwin14.4.0
Thread model: posix
<-- can confirm it works out-of-the-box on OSX 10.10.4
- fit2rule 11y agoCool, thanks for pointing that out. I was pretty glib about my attempt to check it out ..