Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Ħ [HODL] Blockchain Pays You Interest. 0.33% Every Day
by
Fuzzbawls
on 08/08/2016, 06:44:12 UTC
What compiler version does travis use? Can we configure it to use at least gcc 4.8? I need __builtin_cpu_supports to detect avx2.
Pull request: https://github.com/HOdlcoin/HOdlcoin/pull/76

Travis defaults to Precise, which uses gcc 4.6. I'll look into migrating to their Trusty environment, which uses gcc 4.8.

Also, gcc isn't the only compiler that is tested against; clang is used for the cross-mac target. There is also an ARM target (which I'm hoping to update with some new depends system upgrades when I have time).

I haven't had much time to look at the PR, but a quick glance left some questions in my mind as to how it'll work out for distribution builds. optiminer; if you have access to slack or IRC, drop me a line