@@ -14,6 +14,11 @@ NodeMCU firmware developers commit or contribute to the project on GitHub and mi
...
@@ -14,6 +14,11 @@ NodeMCU firmware developers commit or contribute to the project on GitHub and mi
make
make
```
```
The default build setup reduces output verbosity to a minimum. The verbositiy level can be increased by setting the `V` environment variable to 1, e.g. with
```
V=1 make
```
!!! note
!!! note
Building the tool chain from scratch is out of NodeMCU's scope. Refer to [ESP toolchains](https://github.com/jmattsson/esp-toolchains) for related information.
Building the tool chain from scratch is out of NodeMCU's scope. Refer to [ESP toolchains](https://github.com/jmattsson/esp-toolchains) for related information.