mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 09:23:52 -05:00
Update cppx_blue.default.properties
This commit is contained in:
@@ -8,10 +8,10 @@ compiler.bluedefault.name=bluedefault
|
||||
defaultCompiler=bluedefault
|
||||
postProcess=
|
||||
demangler=c++filt
|
||||
demanglerClassFile=./demangler-cpp
|
||||
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; }
|
||||
stubText=int main() { return 0; }
|
||||
|
||||
Reference in New Issue
Block a user