From 260eef47374e42c4a5eeee8b29181bbd0b26e796 Mon Sep 17 00:00:00 2001 From: wangfiox Date: Fri, 14 Jun 2024 13:32:59 +0800 Subject: [PATCH] modified: zci.toml --- zci.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zci.toml b/zci.toml index 3ba19f8..bc61c97 100644 --- a/zci.toml +++ b/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"