Small issue: I have to use an old version of the Arduino IDE to compile an open source project (Ornament and Crime modular synth module). To get my app building with 1.8.1 I have to edit out the --build-cache argument in the makefile. Would it be possible to make this a config flag?
Small issue: I have to use an old version of the Arduino IDE to compile an open source project (Ornament and Crime modular synth module). To get my app building with 1.8.1 I have to edit out the
--build-cacheargument in the makefile. Would it be possible to make this a config flag?