summaryrefslogtreecommitdiffstats
path: root/docs/mingw-example/toolchain/meson/x86_64.txt
blob: 587f34ba671328b61a8289081438b1567e203698 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[binaries]
c = 'x86_64-w64-mingw32-gcc'
cpp = 'x86_64-w64-mingw32-g++'
ar = 'x86_64-w64-mingw32-ar'
ld = 'x86_64-w64-mingw32-ld'
strip = 'x86_64-w64-mingw32-strip'

[host_machine]
system = 'windows'
cpu_family = 'x86_64'
cpu = 'native'
endian = 'little'

[properties]
c_args = '-mno-avx512f'
cpp_args = '-mno-avx512f'