You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Skip dependency detection if library is fully precompiled (#1139)
* Skip dependency detection if library is fully precompiled
Precompiled bits of a library should not depend on any link time dependency (we cannot assure ABI stability).
Fixesarduino/ArduinoCore-mbed#119
* Add output when skipping deps detection for precompiled libs
Co-authored-by: Silvano Cerza <[email protected]>
0 commit comments