Formatted random JSON file whoops
Continuous integration / build (push) Has been cancelled

This commit is contained in:
2025-02-22 03:59:28 +00:00
parent 28afe25cca
commit c1a8afb836
2 changed files with 6 additions and 5 deletions
+3 -3
View File
@@ -3,8 +3,9 @@ members = [
"lib/lib_framebuffer", "lib/lib_framebuffer",
"lib/lib_serial", "lib/lib_serial",
"lib/lib_ascii", "lib/lib_ascii",
"kernel" "kernel",
, "lib/lib_application"] "lib/lib_application",
]
resolver = "2" resolver = "2"
[workspace.package] [workspace.package]
@@ -28,4 +29,3 @@ overflow-checks = false
lto = true lto = true
incremental = false incremental = false
codegen-units = 1 codegen-units = 1
+2 -1
View File
@@ -24,7 +24,8 @@
"--no-pie", "--no-pie",
"--gc-sections", "--gc-sections",
"--build-id=none", "--build-id=none",
"-z", "max-page-size=0x1000" "-z",
"max-page-size=0x1000"
] ]
} }
} }