ziglang / zig-bootstrap

take off every zig
368 stars 86 forks source link

document libedit as build dependency (by llvm) or remove it or/and how it can be disabled (with consequences) #125

Open matu3ba opened 1 year ago

matu3ba commented 1 year ago

See in LLVM repo ./cmake/Modules/FindLibEdit.cmake for why its a build dependency.

Can be disabled with -DLLVM_ENABLE_LIBEDIT=off, but I am unsure if there are bad implications for the intended use cases.

andrewrk commented 1 year ago

it should be disabled

kassane commented 1 year ago

Solution:

LinuxUserGD commented 1 year ago

See https://github.com/ziglang/zig-bootstrap/blob/a836b63c1ae8e734a0f94cc4031610adfb4bedf7/build#L150

matu3ba commented 1 year ago

@LinuxUserGD True, but its not disabled on the first LLVM build.