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}"