improved EEPROM system

This commit is contained in:
2025-07-12 13:13:46 +02:00
parent 1bf8604433
commit d9670610f8
4 changed files with 146 additions and 89 deletions

View File

@@ -13,11 +13,6 @@ fn addEngineSources(b: *std.Build, opts: LibBuildOpts) *std.Build.Module {
.root_source_file = b.path("src/data.zig"),
.target = opts.target,
.optimize = opts.optimize,
.single_threaded = true,
.sanitize_c = true,
.valgrind = true,
.stack_check = true,
.stack_protector = true,
});
dataMod.addCSourceFiles(.{