Wrap gcc.exe in compilerPath with quotes

This commit is contained in:
Paul Guenette
2019-03-16 00:35:08 +01:00
parent 3400d60fa3
commit e7af78d2b0
+1 -1
View File
@@ -38,7 +38,7 @@
],
"limitSymbolsToIncludedHeaders": true
},
"compilerPath": "${ARM_GCC_ROOT}/bin/arm-none-eabi-gcc.exe -mthumb -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -specs=nosys.specs -specs=nano.specs -u _printf_float -u _scanf_float",
"compilerPath": "\"${ARM_GCC_ROOT}/bin/arm-none-eabi-gcc.exe\" -mthumb -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -specs=nosys.specs -specs=nano.specs -u _printf_float -u _scanf_float",
"cStandard": "c11",
"cppStandard": "c++14"
},