From 79590ac8aa913c33a635de8423abfd55caf3a383 Mon Sep 17 00:00:00 2001 From: cncsmonster Date: Fri, 2 Aug 2024 00:11:04 +0800 Subject: [PATCH] =?UTF-8?q?:wrench:=20=E9=BB=98=E8=AE=A4compiler=E4=BD=BF?= =?UTF-8?q?=E7=94=A8'compiler',=E8=B7=AF=E5=BE=84=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E7=9B=B8=E5=AF=B9=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zci.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zci.toml b/zci.toml index 8f66bc1..2d4f076 100644 --- a/zci.toml +++ b/zci.toml @@ -27,7 +27,7 @@ server_port = 8080 [compile] cache = false # compiler = "clang" -compiler = "/home/wangfiox/Documents/compiler/target/debug/compiler-cs" +compiler = "compiler" # compile_cmd = "{compiler} -S {sy} -l {asm} -o /dev/null" compile_cmd = "{compiler} -S {sy} -o {asm}"