aboutsummaryrefslogtreecommitdiff
path: root/etc/config/jakt.amazon.properties
blob: 3bfbbecb87eedd8c267c9206123e1abc301974ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
compilers=rustbased:selfhosted
defaultCompiler=selfhosted

externalparser=CEAsmParser
externalparser.exe=/usr/local/bin/asm-parser

objdumper=/opt/compiler-explorer/gcc-12.1.0/bin/objdump
supportsBinary=true
supportsExecute=true
versionFlag=--version
compilerType=jakt

compiler.rustbased.exe=/opt/compiler-explorer/jakt-trunk/jakt-rs
compiler.rustbased.name=jakt (Written in Rust)
compiler.rustbased.options=--runtime-path /opt/compiler-explorer/jakt-trunk/runtime --prettify-cpp-source --clang-format-path /opt/compiler-explorer/clang-trunk/bin/clang-format --dot-clang-format-path /opt/compiler-explorer/jakt-trunk/.clang-format --cxx-compiler-path /opt/compiler-explorer/clang-trunk/bin/clang++

compiler.selfhosted.exe=/opt/compiler-explorer/jakt-trunk/jakt-selfhost
compiler.selfhosted.name=jakt (Selfhosted)
compiler.selfhosted.options=-b --runtime-path /opt/compiler-explorer/jakt-trunk/runtime --prettify-cpp-source --clang-format-path /opt/compiler-explorer/clang-trunk/bin/clang-format --dot-clang-format-path /opt/compiler-explorer/jakt-trunk/.clang-format --cxx-compiler-path /opt/compiler-explorer/clang-trunk/bin/clang++