Fixing Windows compilation.
Removing __cpuid definition when compiling for Windows to avoid conflicting definitions of __cpuid provided by gcc and intrin.h . Updating GitLab yml to deploy to Slack during the build step for manual testing.
This commit is contained in:
@@ -9,7 +9,9 @@
|
||||
#include "random.h"
|
||||
#include "uint256.h"
|
||||
#include "util.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#undef __cpuid
|
||||
#endif
|
||||
#include <boost/thread.hpp>
|
||||
#include <boost/tuple/tuple_comparison.hpp>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user