We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8f7e01 commit a5a8494Copy full SHA for a5a8494
CMakeLists.txt
@@ -33,7 +33,7 @@ message(STATUS)
33
34
# Check compiler using static library instead of application
35
set(CMAKE_TRY_COMPILE_TARGET_TYPE STATIC_LIBRARY)
36
-set(AOS_STACK_USAGE 4096)
+set(AOS_STACK_USAGE 8192)
37
38
# ######################################################################################################################
39
# Compiler flags
0 commit comments