C++23 enable in CMakeLists.txt
This commit is contained in:
@ -27,6 +27,8 @@ idf_component_register(
|
|||||||
${dependencies}
|
${dependencies}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
set_property(TARGET ${COMPONENT_LIB} PROPERTY CXX_STANDARD 23)
|
||||||
|
|
||||||
target_compile_options(${COMPONENT_TARGET}
|
target_compile_options(${COMPONENT_TARGET}
|
||||||
PRIVATE
|
PRIVATE
|
||||||
-fstack-reuse=all
|
-fstack-reuse=all
|
||||||
|
Reference in New Issue
Block a user