pystencils.jit.cpu.compiler_info.GccInfo# class pystencils.jit.cpu.compiler_info.GccInfo(openmp=True, optlevel='fast', cxx_standard='c++11', target=<Target.CurrentCPU: 32769>)# Compiler info for the GNU Compiler Collection C++ compiler (g++). Parameters: openmp (bool) optlevel (str | None) cxx_standard (str) target (Target) cxx()# Path to the executable of this compiler Return type: str