miloyip / nativejson-benchmark

C/C++ JSON parser/generator benchmark
MIT License
1.97k stars 262 forks source link

Fix compilation on OSX #54

Closed erickt closed 8 years ago

erickt commented 8 years ago

llvm-c++ on OSX 10.11 doesn't seem to support -Wl,--start-group and -Wl,--end-group. I'm not sure how to get premake to stop generating this, so this was an easy hack to remove it.