modified: zci.toml
This commit is contained in:
parent
af0675c1a7
commit
260eef4737
2
zci.toml
2
zci.toml
|
@ -33,7 +33,7 @@ server_port = 8080
|
|||
[compile]
|
||||
cache = false
|
||||
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"
|
||||
# compile_cmd = "{compiler} -target riscv64-unknown-elf -march=rv64gc -x c {sy} -S -o {asm} -O3 -I/home/wangfiox/Documents/database/lib"
|
||||
|
||||
|
|
Loading…
Reference in New Issue