compilers=rustc | |
supportsBinary=true | |
compilerType=rust | |
demangler=${ceToolsPath}/rust/target/release/rustfilt | |
objdumper=objdump | |
stubRe=\bmain\b | |
stubText=pub fn main() {/*stub provided by Compiler Explorer*/} | |
binaryHideFuncRe=^(_.*|call_gmon_start|(de)?register_tm_clones|frame_dummy|.*@plt.*)$ | |
################################# | |
################################# | |
# Installed libs (See c++.amazon.properties for a scheme of libs group) | |
libs= |