[libcxx-commits] [libcxx] [libc++] Put _LIBCPP_NODEBUG on all internal aliases (PR #118710)
Arthur Eubanks via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jan 9 15:21:03 PST 2025
aeubanks wrote:
[export.zip](https://github.com/user-attachments/files/18368453/export.zip)
I got
```
../../third_party/hunspell/src/hunspell/affixmgr.cxx(75,10): fatal error: 'time.h' file not found
75 | #include <time.h> /* clang -E -fkeep-system-includes */
| ^~~~~~~~
1 error generated.
```
with the `-fkeep-system-includes` version but perhaps you can make it work
https://github.com/llvm/llvm-project/pull/118710
More information about the libcxx-commits
mailing list