Skip to content

Commit 8258d25

Browse files
Update meson.build
1 parent 4c65b30 commit 8258d25

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

code/meson.build

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1+
cpp = meson.get_compiler('cpp')
2+
if cpp.has_define('__llvm_libcxx__')
3+
add_project_arguments('-D_LIBCPP_HARDENING_MODE=debug', language: 'cpp')
4+
endif
5+
16
subdir('logic')
27
subdir('tests')

0 commit comments

Comments
 (0)