using libraries for fast builds

Status
Not open for further replies.

RichardFerraro

Well-known member
I have written many libraries that my ap (teensy 3.2 or 3,6) relies upon.
I put them in my Arduino/hardware/teensy/avr/libraries folder.
All is well and good, except for my compile times.

If I change something in one of my libraries, I get a "Build Options changed, rebuilding All"
which takes a long time. My libraries do have some common dependencies.
Often, I am only working on one or two libraries.

Is it possible, and if so, where should my libraries be located so that a change in one class does not force a rebuild of all?

thanks,

Richard
 
Status
Not open for further replies.
Back
Top