From 6fec4f36122ce8ea59aca51b9ff6bce1210d676a Mon Sep 17 00:00:00 2001 From: batsumaru <> Date: Sun, 9 Aug 2026 11:09:10 +0900 Subject: Update meson.build --- meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 4aa7ece..e5c654d 100644 --- a/meson.build +++ b/meson.build @@ -9,6 +9,8 @@ else add_project_arguments('-std=c++23', language: 'cpp') endif +add_project_arguments('-DCATCH_CONFIG_FAST_COMPILE', language: 'cpp') + sim_core = static_library('sim_core', sources: files('src/fixed_point.cpp'), include_directories: 'include', -- cgit v1.3