pystencils.jit.cpu.compiler_info.AppleClangInfo# class pystencils.jit.cpu.compiler_info.AppleClangInfo(openmp=True, optlevel='fast', cxx_standard='c++17', target=<Target.CurrentCPU: 32769>, extra_cxxflags=<factory>)# Compiler info for the Apple Clang compiler. Parameters: openmp (bool) optlevel (str | None) cxx_standard (str) target (Target) extra_cxxflags (list[str]) cxxflags()# Compiler flags affecting C++ compilation Return type: list[str] linker_flags()# Flags affecting linkage of the extension module