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:
@@ -7,6 +7,9 @@
|
||||
|
||||
#include <string>
|
||||
#include <stdint.h>
|
||||
#ifdef _WIN32
|
||||
#undef __cpuid
|
||||
#endif
|
||||
#include <boost/thread.hpp>
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
#include <boost/function.hpp>
|
||||
|
||||
Reference in New Issue
Block a user