summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
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',