Files
compiler-explorer/etc/config/cppx.defaults.properties
RabsRincon 1d6418faa3 Make CPPX into its own language for the dropdown
Should be ok, but please let me know if this screws something up
2017-12-10 14:16:53 +01:00

10 lines
300 B
Properties

# Default settings for cppx
postProcess=
demangler=c++filt
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(void){return 0;/*stub provided by Compiler Explorer*/}