We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c65b30 commit 8258d25Copy full SHA for 8258d25
code/meson.build
@@ -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
+
6
subdir('logic')
7
subdir('tests')
0 commit comments