dawn_check_and_set_cxx_flagΒΆ
Test if the C++ compiler flag is supported and if so, add it to the CMAKE_CXX_FLAGS.
dawn_check_and_set_cxx_flag(FLAG NAME)
FLAG- Compiler flag to check (e.g -O3).
NAME- Name of the check (e.g HAVE_GCC_O3).
Test if the C++ compiler flag is supported and if so, add it to the CMAKE_CXX_FLAGS.
dawn_check_and_set_cxx_flag(FLAG NAME)
FLAGNAME