Add compiler explorer extension for optimizing functions

This commit is contained in:
Allen Hill
2023-09-03 18:16:45 -04:00
parent 9c024506c0
commit 230709a103
2 changed files with 7 additions and 1 deletions
+3 -1
View File
@@ -15,7 +15,9 @@
"vscode": {
"extensions": [
"ms-vscode.cpptools",
"ms-vscode.cmake-tools"
"ms-vscode.cmake-tools",
"rockcat.avr-support",
"harikrishnan94.cxx-compiler-explorer"
]
}
}
+4
View File
@@ -6,5 +6,9 @@
"C_Cpp.files.exclude": {
"build/**": true
},
"files.associations": {
"*.S": "avr"
},
"cmake.configureOnOpen": true,
"compilerexplorer.compilationDirectory": "${workspaceFolder}/build",
}