mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 09:23:52 -05:00
Checks that paths in .amazon.properties are starting with /opt/compiler-explorer/. Also rename cppx_blue default config file (was .default. instead of .defaults.). Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
18 lines
498 B
Properties
18 lines
498 B
Properties
# Default settings for cppx-blue
|
|
compilers=&clang
|
|
|
|
group.clang.compilers=bluedefault
|
|
group.clang.intelAsm=-mllvm --x86-asm-syntax=intel
|
|
compiler.bluedefault.exe=/usr/bin/clang-blue
|
|
compiler.bluedefault.name=bluedefault
|
|
defaultCompiler=bluedefault
|
|
postProcess=
|
|
demangler=c++filt
|
|
demanglerType=cpp
|
|
objdumper=objdump
|
|
options=
|
|
supportsBinary=true
|
|
binaryHideFuncRe=^(__.*|_(init|start|fini)|(de)?register_tm_clones|call_gmon_start|frame_dummy|\.plt.*)$
|
|
stubRe=\bmain\b
|
|
stubText=int main() { return 0; }
|