You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMake: Utilize CMAKE_VERBOSE_MAKEFILE setting of CMake
Define CMAKE_VERBOSE_MAKEFILE also affects ninja generator
by adding -v if called through cmake interface ie.
'cmake --build .'
Kitware/CMake@ce935eb
Use the value of CMAKE_VERBOSE_MAKEFILE to determine if
gn or chromium part must be built verbosely, in which case
append -v to the invocation of ninja.
Unify ninja flags setup for gn and chromium part compile calls,
so now NINJAFLAGS environment variable applies when building
gn itself.
Note this change has side effect compared to cmake patch
meaning the verbose mode is applied also when calling ninja directly.
Done-With: Fab Stz <[email protected]>
Pick-to: 6.9 6.8
Fixes: QTBUG-124007
Change-Id: Id30ffc45ffa8ea4b7995d13905c855cbb4bf6407
Reviewed-by: Alexey Edelev <[email protected]>
0 commit comments