mirror of
https://github.com/lvgl/lvgl.git
synced 2024-11-28 04:03:45 +08:00
ci add back stack usage check at 4 kilobytes
This commit is contained in:
parent
3bd6ad80e7
commit
89135d663d
@ -288,7 +288,7 @@ set(COMPILE_OPTIONS
|
|||||||
-Wshadow
|
-Wshadow
|
||||||
-Wshift-negative-value
|
-Wshift-negative-value
|
||||||
-Wsizeof-pointer-memaccess
|
-Wsizeof-pointer-memaccess
|
||||||
#-Wstack-usage=2048
|
-Wstack-usage=4096
|
||||||
-Wtype-limits
|
-Wtype-limits
|
||||||
-Wundef
|
-Wundef
|
||||||
-Wuninitialized
|
-Wuninitialized
|
||||||
|
Loading…
Reference in New Issue
Block a user