🔧 默认compiler使用'compiler',路径改为相对路径

This commit is contained in:
cncsmonster 2024-08-02 00:11:04 +08:00
parent 962c4b8853
commit 79590ac8aa
1 changed files with 1 additions and 1 deletions

View File

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