You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The upstream project originally had some slick optimizations, but they are broken with gcc 5.x, and also with whatever version of clang I was using. Also had issues on windows. So, best thing to do:
see if there is someone who would like to take on this issue
recommend compiler options that work in all situations we encounter: windows, mac , ubuntu, etc.
fix upstream project simple do build script
The text was updated successfully, but these errors were encountered:
So I used the NEM unoptimized build approach to build the C code and link it, which generically seems to work across all platforms. The version in do.sh didn't work.
The upstream project originally had some slick optimizations, but they are broken with gcc 5.x, and also with whatever version of clang I was using. Also had issues on windows. So, best thing to do:
The text was updated successfully, but these errors were encountered: