Files
2026-09-16 14:07:40 +08:00

21 lines
536 B
Plaintext
Vendored

[binaries]
c = 'icc'
cpp = 'icpc'
ar = 'ar'
strip = 'strip'
objcopy = 'objcopy'
ld = 'ld'
exe_wrapper = ['sde64', '-tgl', '--']
[properties]
c_args = ['-march=tigerlake', '-Wextra', '-wd13200', '-wd13203', '-wd16219', '-diag-disable=10441', '-Werror']
c_link_args = ['-diag-disable=10441']
cpp_args = ['-march=tigerlake', '-Wextra', '-wd13200', '-wd13203', '-wd16219', '-diag-disable=10441', '-Werror']
cpp_link_args = ['-diag-disable=10441']
[host_machine]
system = 'linux'
cpu_family = 'x86_64-all'
cpu = 'x86_64'
endian = 'little'