mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
Without this, building from source caused: CommandLine Error: Option 'mc-relax-all' registered more than once! LLVM ERROR: inconsistency in registered CommandLine options This is due to LLVM static libs compiled in multiple times. But without the LLVM static libs on the linker line, it caused undefined symbol linker errors. So our hands are tied. Homebrew users will have to specify `-DZIG_PREFER_CLANG_CPP_DYLIB`. |
||
|---|---|---|
| .. | ||
| c_flag_overrides.cmake | ||
| cxx_flag_overrides.cmake | ||
| Findclang.cmake | ||
| Findlld.cmake | ||
| Findllvm.cmake | ||
| install.cmake | ||