remove debug messages
This commit is contained in:
parent
d43285809a
commit
3f75cc98c4
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue