Searched defs:CompilerConfig (Results 1 – 1 of 1) sorted by relevance
177 struct CompilerConfig { struct178 CompilerConfig() { in CompilerConfig() argument197 std::string cxx = "cl";198 const std::string openmp_flags = "/openmp";200 std::string cxx = "clang++";201 const std::string openmp_flags = "-fopenmp";203 std::string cxx = "g++";204 const std::string openmp_flags = "-fopenmp";209 bool openmp = true;211 bool openmp = false;