We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00864a0 commit 2753c2fCopy full SHA for 2753c2f
commands/compile/compile.go
@@ -199,6 +199,8 @@ func run(cmd *cobra.Command, args []string) {
199
ctx.Verbose = flags.verbose
200
ctx.DebugLevel = flags.debugLevel
201
202
+ ctx.CoreBuildCachePath = filepath.Join(os.TempDir(), "arduino-core-cache")
203
+
204
ctx.USBVidPid = flags.vidPid
205
ctx.WarningsLevel = flags.warnings
206
0 commit comments