You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
458 B
12 lines
458 B
# Default settings for C++ |
|
compilers=/usr/bin/g++-4.4:/usr/bin/g++-4.5:/usr/bin/g++-4.6:/usr/bin/g++-4.7:/usr/bin/clang++:/usr/bin/g++ |
|
defaultCompiler=/usr/bin/g++ |
|
compileFilename=example.cpp |
|
postProcess= |
|
demangler=c++filt |
|
#androidNdk=/opt/google/android-ndk-r9c |
|
options= |
|
supportsBinary=true |
|
binaryHideFuncRe=^(_.*|(de)?register_tm_clones|call_gmon_start|frame_dummy)$ |
|
stubRe=\bmain\b |
|
stubText=int main(void){return 0;/*stub provided by Compiler Explorer*/}
|
|
|