ethereum / ethereum-buildbot

Ethereum Buildbot
https://build.ethdev.com/waterfall
MIT License
32 stars 36 forks source link

Change CMake build type to RelWithDebInfo for OSX with EVM JIT #41

Closed chfast closed 9 years ago

chfast commented 9 years ago

That will fix the build.

I'm investigating the problem. It looks like that some utility class of LLVM has a bug in NDEBUG version.

caktux commented 9 years ago

looks good, but can you use the cmd.append syntax instead of += ?