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
* Add instructions for optimized builds that work across Windows (MSVC)
and Unix (Linux/macOS, using GCC/Clang).
* Add log messages to CMakeLists.txt that prints out
`CMAKE_CXX_FLAGS_DEBUG` and `CMAKE_CXX_FLAGS_RELEASE`. This seems to
work on all platforms that I tested and profile useful information
about the flags used by the underlying toolchain.
Fixes#1432
0 commit comments