File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -615,7 +615,6 @@ else()
615
615
set (cross_status "FALSE" )
616
616
endif ()
617
617
message ("Cross compiling ....................... ${cross_status} " )
618
- message ("C compiler ............................ ${CMAKE_C_COMPILER_ID} ${CMAKE_C_COMPILER_VERSION} , ${CMAKE_C_COMPILER} " )
619
618
message ("C++ compiler .......................... ${CMAKE_CXX_COMPILER_ID} ${CMAKE_CXX_COMPILER_VERSION} , ${CMAKE_CXX_COMPILER} " )
620
619
include (FlagsSummary )
621
620
flags_summary ()
Original file line number Diff line number Diff line change @@ -20,19 +20,6 @@ function(print_flags_per_config config indent_num)
20
20
get_target_interface (definitions ${config} core_interface COMPILE_DEFINITIONS )
21
21
indent_message ("Preprocessor defined macros ..........." "${definitions} " ${indent_num} )
22
22
23
- string (STRIP "${CMAKE_C_FLAGS} ${CMAKE_C_FLAGS_${config_uppercase} }" combined_c_flags )
24
- if (CMAKE_INTERPROCEDURAL_OPTIMIZATION )
25
- string (JOIN " " combined_c_flags ${combined_c_flags} ${CMAKE_C_COMPILE_OPTIONS_IPO} )
26
- endif ()
27
- if (CMAKE_POSITION_INDEPENDENT_CODE )
28
- string (JOIN " " combined_c_flags ${combined_c_flags} ${CMAKE_C_COMPILE_OPTIONS_PIC} )
29
- endif ()
30
- get_target_interface (core_c_flags ${config} core_base_interface COMPILE_OPTIONS )
31
- string (STRIP "${combined_c_flags} ${core_c_flags} " combined_c_flags )
32
- string (STRIP "${combined_c_flags} ${APPEND_CPPFLAGS} " combined_c_flags )
33
- string (STRIP "${combined_c_flags} ${APPEND_CFLAGS} " combined_c_flags )
34
- indent_message ("C flags ..............................." "${combined_c_flags} " ${indent_num} )
35
-
36
23
string (STRIP "${CMAKE_CXX_FLAGS} ${CMAKE_CXX_FLAGS_${config_uppercase} }" combined_cxx_flags )
37
24
if (CMAKE_INTERPROCEDURAL_OPTIMIZATION )
38
25
string (JOIN " " combined_cxx_flags ${combined_cxx_flags} ${CMAKE_CXX_COMPILE_OPTIONS_IPO} )
You can’t perform that action at this time.
0 commit comments