Skip to content

Commit

Permalink
Revert "Temporarily disable parjit on MSVC for Python debugging. [ski…
Browse files Browse the repository at this point in the history
…p ci]" [skip ci]

This reverts commit 3a3f9bf.
  • Loading branch information
bluescarni committed Sep 1, 2024
1 parent 3a3f9bf commit a075418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/heyoka/llvm_state.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ void llvm_state_mem_cache_try_insert(std::vector<std::string>, 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
Expand Down

0 comments on commit a075418

Please sign in to comment.