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
+4
View File
@@ -6,5 +6,9 @@
"C_Cpp.files.exclude": {
"build/**": true
},
"files.associations": {
"*.S": "avr"
},
"cmake.configureOnOpen": true,
"compilerexplorer.compilationDirectory": "${workspaceFolder}/build",
}