modified: zci.toml

This commit is contained in:
wangfiox 2024-06-14 13:32:59 +08:00
parent af0675c1a7
commit 260eef4737
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ server_port = 8080
[compile] [compile]
cache = false cache = false
compiler = "riscv64-linux-gnu-gcc-12" compiler = "riscv64-linux-gnu-gcc-12"
compile_cmd = "{compiler} -x c -O3 -S {sy} -o {asm} -L/home/wangfiox/Documents/database/lib -lsysy -I/home/wangfiox/Documents/database/lib" compile_cmd = "{compiler} -x c -O3 -S {sy} -o {asm} -I/home/wangfiox/Documents/database/lib"
# compiler = "clang" # compiler = "clang"
# compile_cmd = "{compiler} -target riscv64-unknown-elf -march=rv64gc -x c {sy} -S -o {asm} -O3 -I/home/wangfiox/Documents/database/lib" # compile_cmd = "{compiler} -target riscv64-unknown-elf -march=rv64gc -x c {sy} -S -o {asm} -O3 -I/home/wangfiox/Documents/database/lib"