mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 09:23:52 -05:00
120 lines
4.2 KiB
JSON
120 lines
4.2 KiB
JSON
{
|
|
"sessions": [
|
|
{
|
|
"id": 1,
|
|
"language": "c++",
|
|
"source": "// Type your code here, or load an example.\r\nint square(int num) {\r\n return num * num;\r\n}",
|
|
"conformanceview": {
|
|
"libs": [],
|
|
"compilers": [
|
|
{
|
|
"id": "vc2017_32",
|
|
"options": "-O3",
|
|
"filters": {
|
|
"binary": false,
|
|
"binaryObject": false,
|
|
"commentOnly": true,
|
|
"demangle": true,
|
|
"directives": true,
|
|
"execute": false,
|
|
"intel": true,
|
|
"labels": true,
|
|
"libraryCode": false,
|
|
"debugCalls": false,
|
|
"trim": false
|
|
},
|
|
"libs": [],
|
|
"specialoutputs": [],
|
|
"tools": [],
|
|
"overrides": []
|
|
},
|
|
{
|
|
"id": "vc2017_64",
|
|
"options": "-O2",
|
|
"filters": {
|
|
"binary": false,
|
|
"binaryObject": false,
|
|
"commentOnly": true,
|
|
"demangle": true,
|
|
"directives": true,
|
|
"execute": false,
|
|
"intel": true,
|
|
"labels": true,
|
|
"libraryCode": false,
|
|
"debugCalls": false,
|
|
"trim": false
|
|
},
|
|
"libs": [],
|
|
"specialoutputs": [],
|
|
"tools": [],
|
|
"overrides": []
|
|
}
|
|
]
|
|
},
|
|
"compilers": [
|
|
{
|
|
"_internalid": 1,
|
|
"id": "vc2017_64",
|
|
"options": "",
|
|
"filters": {
|
|
"binary": false,
|
|
"commentOnly": true,
|
|
"demangle": true,
|
|
"directives": true,
|
|
"execute": false,
|
|
"intel": true,
|
|
"labels": true,
|
|
"debugCalls": false,
|
|
"trim": false
|
|
},
|
|
"libs": [],
|
|
"specialoutputs": [],
|
|
"tools": [],
|
|
"overrides": []
|
|
},
|
|
{
|
|
"_internalid": 2,
|
|
"id": "vc2017_32",
|
|
"options": "-O3",
|
|
"filters": {
|
|
"binary": false,
|
|
"commentOnly": true,
|
|
"demangle": true,
|
|
"directives": true,
|
|
"execute": false,
|
|
"intel": true,
|
|
"labels": true,
|
|
"debugCalls": false,
|
|
"trim": false
|
|
},
|
|
"libs": [],
|
|
"specialoutputs": [],
|
|
"tools": [],
|
|
"overrides": []
|
|
},
|
|
{
|
|
"_internalid": 3,
|
|
"id": "vc2017_64",
|
|
"options": "-O2",
|
|
"filters": {
|
|
"binary": false,
|
|
"commentOnly": true,
|
|
"demangle": true,
|
|
"directives": true,
|
|
"execute": false,
|
|
"intel": true,
|
|
"labels": true,
|
|
"debugCalls": false,
|
|
"trim": false
|
|
},
|
|
"libs": [],
|
|
"specialoutputs": [],
|
|
"tools": [],
|
|
"overrides": []
|
|
}
|
|
],
|
|
"executors": []
|
|
}
|
|
],
|
|
"trees": []
|
|
} |