@@ -234,6 +234,8 @@ else()
234
234
unset (debug_flags)
235
235
endif ()
236
236
237
+ reorder_flags_for_all_configs()
238
+
237
239
include (cmake/optional .cmake)
238
240
239
241
# Don't allow extended (non-ASCII) symbols in identifiers. This is easier for code review.
@@ -354,19 +356,18 @@ else()
354
356
set (cross_status "FALSE" )
355
357
endif ()
356
358
message ("Cross compiling ....................... ${cross_status} " )
357
- message ("Preprocessor defined macros ........... ${definitions_ALL} " )
358
359
message ("C compiler ............................ ${CMAKE_C_COMPILER} " )
359
- message ("CFLAGS ................................ ${CMAKE_C_FLAGS} " )
360
360
message ("C++ compiler .......................... ${CMAKE_CXX_COMPILER} " )
361
- message ("CXXFLAGS .............................. ${CMAKE_CXX_FLAGS} " )
362
361
include (GetTargetInterface)
362
+ print_config_flags()
363
+ message ("Preprocessor defined macros ........... ${definitions_ALL} " )
363
364
get_target_interface(common_compile_options core_interface COMPILE_OPTIONS)
364
365
message ("Common compile options ................ ${common_compile_options} " )
365
366
get_target_interface(common_link_options core_interface LINK_OPTIONS)
366
367
message ("Common link options ................... ${common_link_options} " )
367
368
message ("Linker flags for executables .......... ${CMAKE_EXE_LINKER_FLAGS} " )
368
369
message ("Linker flags for shared libraries ..... ${CMAKE_SHARED_LINKER_FLAGS} " )
369
- print_config_flags( )
370
+ message ( "" )
370
371
message ("Use assembly routines ................. ${ASM} " )
371
372
message ("Attempt to harden executables ......... ${HARDENING} " )
372
373
message ("Treat compiler warnings as errors ..... ${WERROR} " )
0 commit comments