remove debug messages

This commit is contained in:
Rick Vogel 2024-02-28 20:39:30 +01:00
parent d43285809a
commit 3f75cc98c4
1 changed files with 0 additions and 4 deletions

View File

@ -68,9 +68,5 @@ endif()
get_filename_component(compiler ${CMAKE_CXX_COMPILER} NAME_WE)
if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU" AND CMAKE_SYSTEM_NAME STREQUAL "Windows" AND compiler STREQUAL "g++")
message(STATUS "CMAKE_CXX_COMPILER_ID: ${CMAKE_CXX_COMPILER_ID}")
message(STATUS "CMAKE_SYSTEM_NAME: ${CMAKE_SYSTEM_NAME}")
message(STATUS "compiler: ${compiler}")
#target_compile_options(${target} PRIVATE "-Wa,-mbig-obj")
set_source_files_properties(QskQml.cpp PROPERTIES COMPILE_FLAGS "-Wa,-mbig-obj")
endif()