Changed resolution and set the LLVM backend because bleeding edge language on bleeding edge system is fun >:)

This commit is contained in:
2026-05-01 12:53:42 +02:00
parent 5040bbbe47
commit c02b2a5121
2 changed files with 3 additions and 2 deletions

View File

@@ -69,6 +69,7 @@ pub fn build(b: *std.Build) void {
// don't need and to put everything under a single module.
const exe = b.addExecutable(.{
.name = "base_road_network",
.use_llvm = true,
.root_module = b.createModule(.{
// b.createModule defines a new module just like b.addModule but,
// unlike b.addModule, it does not expose the module to consumers of