Skip to content

Commit

Permalink
Fix ARM64 debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed Apr 19, 2024
1 parent fb11091 commit 1ca715a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions far/testing.hpp
Expand Up @@ -59,6 +59,10 @@ WARNING_DISABLE_CLANG("-Weverything")
// It's rubbish
#define CATCH_CONFIG_NO_WINDOWS_SEH

#ifdef _M_ARM64
#define CATCH_CONFIG_NO_MSVC_UMUL128
#endif

#include "thirdparty/catch2/catch_amalgamated.hpp"
#ifdef CATCH_CONFIG_RUNNER
#include "thirdparty/catch2/catch_amalgamated.cpp"
Expand Down

0 comments on commit 1ca715a

Please sign in to comment.