numpy.distutils.ccompiler_opt.CCompilerOpt.conf_cc_flags#

attribute

distutils.ccompiler_opt.CCompilerOpt.conf_cc_flags = {'clang': {'native': '-march=native', 'opt': '-O3', 'werror': '-Werror=switch -Werror'}, 'fcc': {'native': '-mcpu=a64fx', 'opt': None, 'werror': None}, 'gcc': {'native': '-march=native', 'opt': '-O3', 'werror': '-Werror'}, 'icc': {'native': '-xHost', 'opt': '-O3', 'werror': '-Werror'}, 'iccw': {'native': '/QxHost', 'opt': '/O3', 'werror': '/Werror'}, 'msvc': {'native': None, 'opt': '/O2', 'werror': '/WX'}}#