add:添加开关提示。

This commit is contained in:
taynpg 2025-01-10 15:34:10 +08:00
parent 54ce953f9d
commit a34251c61e
2 changed files with 5 additions and 1 deletions

View File

@ -15,6 +15,10 @@ if (CMAKE_CXX_COMPILER_ID MATCHES "GNU" AND CMAKE_SYSTEM_NAME MATCHES "Windows")
add_compile_options(-Wa,-mbig-obj) add_compile_options(-Wa,-mbig-obj)
endif() endif()
if(DEFINED IOS_ISH)
message(STATUS "INPUT IOS_ISH ${IOS_ISH}")
endif()
set(CMAKE_DEBUG_POSTFIX "d") set(CMAKE_DEBUG_POSTFIX "d")
message(STATUS "System: ${CMAKE_SYSTEM_NAME}") message(STATUS "System: ${CMAKE_SYSTEM_NAME}")
message(STATUS "Compiler CXX ID: ${CMAKE_CXX_COMPILER_ID}") message(STATUS "Compiler CXX ID: ${CMAKE_CXX_COMPILER_ID}")

@ -1 +1 @@
Subproject commit 715c9155bf35d60a93ae418945900586f93c34c2 Subproject commit 8789d0695a5d83c1e918a5f7afe851a01d50cb76