Closed artemp closed 8 years ago
@springmeyer 55579f0 fixes compilations with gcc on Darwin and all tests are passing https://travis-ci.org/mapbox/variant/builds/129431785
👍
I wonder if homebrew provides binaries of g++-5 we could use? Installing g++ from source on OSX travis machines would be a non-starter, but if we could pull binaries from homebrew then testing this might be feasible.
Currently it's not possible to build targets on OS X using GCC due to extra flags: https://github.com/mapbox/variant/blob/master/Makefile#L14-L18
The solution is to remove those flags - correctly setup toolchain will select correct run-time automatically.