summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorbatsumaru <>2026-08-09 11:09:10 +0900
committerbatsumaru <>2026-08-09 11:09:10 +0900
commit6fec4f36122ce8ea59aca51b9ff6bce1210d676a (patch)
tree39d44fb7680f017934d8dc3012bbdcb9f4136dcc /meson.build
parent86e6b2a2a35f46550439262978d52bdeb93c6dc6 (diff)
Update meson.build
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 2 insertions, 0 deletions
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',