Cleaning up

This commit is contained in:
Georgii Rylov :slightly_smiling_face
2025-02-24 17:33:14 +00:00
parent 32338bb7d6
commit cc3f0a096b
6 changed files with 5 additions and 12 deletions

View File

@ -321,10 +321,10 @@ endif()
if (WAMR_ENABLE_COPY_CALLSTACK EQUAL 1)
add_definitions (-DWAMR_ENABLE_COPY_CALLSTACK=1)
message(" Copy callstack enabled")
message(" Copy callstack enabled")
else ()
add_definitions (-DWAMR_ENABLE_COPY_CALLSTACK=0)
message(" Copy callstack disabled")
message(" Copy callstack disabled")
endif()
if (WAMR_BUILD_MEMORY64 EQUAL 1)