pystencils.jit.cpu.compiler_info.ClangInfo# class pystencils.jit.cpu.compiler_info.ClangInfo(openmp=True, optlevel='fast', cxx_standard='c++17', target=<Target.CurrentCPU: 32769>, extra_cxxflags=<factory>)# Compiler info for the LLVM C++ compiler (clang). Parameters: openmp (bool) optlevel (str | None) cxx_standard (str) target (Target) extra_cxxflags (list[str]) cxx()# Path to the executable of this compiler Return type: str cxxflags()# Compiler flags affecting C++ compilation