aboutsummaryrefslogtreecommitdiff
path: root/etc/config/jakt.amazon.properties
blob: 0ead89e1de688f774db965bd9cb3797ea42a53dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
compilers=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

licenseName=BSD 2-Clause "Simplified" License
licenseLink=https://github.com/SerenityOS/jakt/blob/main/LICENSE
licensePreamble=Copyright (c) 2022, JT, Andreas Kling. All rights reserved.

compiler.selfhosted.exe=/opt/compiler-explorer/jakt-trunk/bin/jakt
compiler.selfhosted.name=jakt (trunk)
compiler.selfhosted.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/gcc-12.1.0/bin/g++