mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2026-05-16 16:02:45 -04:00
36 lines
900 B
JSON
36 lines
900 B
JSON
{
|
|
"sessions": [
|
|
{
|
|
"id": 1,
|
|
"language": "c++",
|
|
"source": "#include <iostream>\n \nint main() {\n std::cout << \"Hello CE!\";\n}",
|
|
"conformanceview": false,
|
|
"compilers": [
|
|
{
|
|
"_internalid": 1,
|
|
"id": "g83",
|
|
"options": "-O2 -march=haswell -Wall -Wextra -pedantic -Wno-unused-variable -Wno-unused-parameter",
|
|
"filters": {
|
|
"binary": false,
|
|
"commentOnly": true,
|
|
"demangle": true,
|
|
"directives": true,
|
|
"execute": true,
|
|
"intel": true,
|
|
"labels": true,
|
|
"libraryCode": true,
|
|
"debugCalls": false,
|
|
"trim": true
|
|
},
|
|
"libs": [],
|
|
"specialoutputs": ["compilerOutput"],
|
|
"tools": [],
|
|
"overrides": []
|
|
}
|
|
],
|
|
"executors": []
|
|
}
|
|
],
|
|
"trees": []
|
|
}
|