-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathcpp.properties
More file actions
51 lines (47 loc) · 1.81 KB
/
Copy pathcpp.properties
File metadata and controls
51 lines (47 loc) · 1.81 KB
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=g12:g13:g14:gdefault
compiler.g12.exe=/usr/bin/g++-12
compiler.g12.name=g++ 12
compiler.g13.exe=/usr/bin/g++-13
compiler.g13.name=g++ 13
compiler.g14.exe=/usr/bin/g++-14
compiler.g14.name=g++ 14
compiler.gdefault.exe=/usr/bin/g++-14
compiler.gdefault.name=g++ default (14)
group.clang.compilers=clang19:clang19x86:clang20:clang20x86:clang21:clang21x86:clangdefault
group.clang.intelAsm=-mllvm --x86-asm-syntax=intel
group.clang.compilerType=clang
compiler.clang19.exe=/usr/bin/clang++-19
compiler.clang19.name=clang 19
compiler.clang19x86.exe=/usr/bin/clang++-19
compiler.clang19x86.name=clang 19 x86
compiler.clang19x86.options=-std=c++19 -Wall -Wextra -Wshadow -O3 -m32 -march=i386
compiler.clang20.exe=/usr/bin/clang++-20
compiler.clang20.name=clang 20
compiler.clang20x86.exe=/usr/bin/clang++-20
compiler.clang20x86.name=clang 20 x86
compiler.clang20x86.options=-std=c++20 -Wall -Wextra -Wshadow -O3 -m32 -march=i386
compiler.clang21.exe=/usr/bin/clang++-21
compiler.clang21.name=clang 21
compiler.clang21x86.exe=/usr/bin/clang++-21
compiler.clang21x86.name=clang 21 x86
compiler.clang21x86.options=-std=c++21 -Wall -Wextra -Wshadow -O3 -m32 -march=i386
compiler.clangdefault.exe=/usr/bin/clang++-21
compiler.clangdefault.name=clang default (21)
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=