Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Increase stack usage warning to 2048
Same value as the arm64 kernel build uses. Avoids following warning: | src/tinf/tinflate.c: In function ‘tinf_uncompress’: | src/tinf/tinflate.c:559:5: warning: stack usage is 1712 bytes [-Wstack-usage=] | 559 | int tinf_uncompress(void *dest, unsigned int *destLen, Signed-off-by: Janne Grunau <[email protected]>
- Loading branch information