-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Commit 5e04eb4
authored
Add precompiled (#5854)
Added an option for using precompiled libraries.
Empty if there is no precompilation.
```
compiler.libraries.ldflags=
```
Compiler Message when there is precompilation.
```
Compiling libraries...
Compiling library "aquestalk-esp32"
Library aquestalk-esp32 has been declared precompiled:
Using precompiled library in C:\Users\tanaka\Documents\Arduino\libraries\aquestalk-esp32\src\esp32
```
The precompiler cannot be used because it is not set up now.1 parent 674cf81 commit 5e04eb4
1 file changed
+1
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
148 | 148 |
| |
149 | 149 |
| |
150 | 150 |
| |
151 | - | ||
151 | + | ||
152 | 152 |
| |
153 | 153 |
| |
154 | 154 |
| |
|
0 commit comments