forked from madduci/docker-compiler-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cpp.properties
51 lines (47 loc) · 1.77 KB
/
cpp.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Default settings for C++
compilers=&gcc:&clang
group.gcc.compilers=g9:g10:g11:gdefault
compiler.g9.exe=/usr/bin/g++-9
compiler.g9.name=g++ 9
compiler.g10.exe=/usr/bin/g++-10
compiler.g10.name=g++ 10
compiler.g11.exe=/usr/bin/g++-11
compiler.g11.name=g++ 11
compiler.gdefault.exe=/usr/bin/g++-11
compiler.gdefault.name=g++ default (11)
group.clang.compilers=clang13:clang14:clang15:clangdefault
group.clang.intelAsm=-mllvm --x86-asm-syntax=intel
group.clang.compilerType=clang
compiler.clang13.exe=/usr/bin/clang++-13
compiler.clang13.name=clang 13
compiler.clang13x86.exe=/usr/bin/clang++-13
compiler.clang13x86.name=clang 13 x86
compiler.clang13x86.options=-std=c++1z -Wall -Wextra -Wshadow -O3 -m32 -march=i386
compiler.clang14.exe=/usr/bin/clang++-14
compiler.clang14.name=clang 14
compiler.clang14x86.exe=/usr/bin/clang++-14
compiler.clang14x86.name=clang 14 x86
compiler.clang14x86.options=-std=c++1z -Wall -Wextra -Wshadow -O3 -m32 -march=i386
compiler.clang15.exe=/usr/bin/clang++-15
compiler.clang15.name=clang 15
compiler.clang15x86.exe=/usr/bin/clang++-15
compiler.clang15x86.name=clang 15 x86
compiler.clang15x86.options=-std=c++1z -Wall -Wextra -Wshadow -O3 -m32 -march=i386
compiler.clangdefault.exe=/usr/bin/clang++-15
compiler.clangdefault.name=clang default (15)
defaultCompiler=gdefault
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.*|_dl_relocate_static_pie)$
needsMulti=false
stubRe=\bmain\b
stubText=int main(void){return 0;/*stub provided by Compiler Explorer*/}
supportsLibraryCodeFilter=true
#################################
#################################
# Installed libs (See c++.amazon.properties for a scheme of libs group)
libs=