Commit 1afc1e2
committed
Fix compiling on MacOS
[why]
For a time we got warnings, after the latest xcode update they
turned into errors, of the form:
error "_LIBCPP_ENABLE_ASSERTIONS has been removed, please use _LIBCPP_HARDENING_MODE instead"
[how]
Turning LIBCPP assertions off as suggested by still open Issue in Meson:
https://www.github.com/mesonbuild/meson/issues/13978
Suggested-by: Lars Froehlich <lars.froehlich@desy.de>
Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>1 parent 6016c29 commit 1afc1e2
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
45 | 48 | | |
46 | 49 | | |
47 | 50 | | |
| |||
0 commit comments