Skip to content

Troubleshooting

Max Howell edited this page Apr 11, 2023 · 1 revision

c/c++

c and c++ are complex. Try ensuring the cc (c-compiler) that is used is clang. Dong this varies depending on the build tooling. Usually CC=clang and CXX=clang++ is enough. Cmake is weird tho.

Basics

Advanced

^^ Guides for specific build tools and scenarios

Appendix

Clone this wiki locally