Update 2025-09-30

Update 2025-09-30

Update 2025-09-30
This commit is contained in:
2025-09-17 16:43:28 +03:00
parent 724734567f
commit c50febb922
26 changed files with 253 additions and 186 deletions

View File

@@ -4,25 +4,19 @@ assembler = "gas"
instruction_set = "riscv"
[default_config.opts]
compiler = "zig"
compile_flags_txt = [
"cc",
"-x",
"assembler-with-cpp",
"-g",
"-Wall",
"-Wextra",
"-pedantic",
"-pedantic-errors",
"-std=c2y",
"-target",
"aarch64-linux-musl",
]
diagnostics = true
default_diagnostics = false
[project.opts]
compiler = "zig"
compile_flags_txt = [ ]
# compiler = "zig"
# compile_flags_txt = [
# "cc",
# "-x",
# "assembler-with-cpp",
# "-g",
# "-Wall",
# "-Wextra",
# "-pedantic",
# "-pedantic-errors",
# "-std=c2y",
# "-target",
# "aarch64-linux-musl",
# ]
diagnostics = true
default_diagnostics = false