diff --git a/include/heyoka/llvm_state.hpp b/include/heyoka/llvm_state.hpp index 46c1d81d6..4ee929cbf 100644 --- a/include/heyoka/llvm_state.hpp +++ b/include/heyoka/llvm_state.hpp @@ -353,7 +353,7 @@ void llvm_state_mem_cache_try_insert(std::vector, unsigned, llvm_mc // functions, which leads to compilation failure. So far, we have been able to // trigger this issue only on 64-bit arm. inline constexpr bool default_parjit = -#if defined(HEYOKA_ARCH_ARM) || defined(_MSC_VER) +#if defined(HEYOKA_ARCH_ARM) false #else true