blob: 8dfeef14d4685b0b5cbf4f8ecb284ce13f2bfbee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[binaries]
c = 'i686-w64-mingw32-gcc'
cpp = 'i686-w64-mingw32-g++'
ar = 'i686-w64-mingw32-ar'
ld = 'i686-w64-mingw32-ld'
strip = 'i686-w64-mingw32-strip'
[host_machine]
system = 'windows'
cpu_family = 'x86'
cpu = 'native'
endian = 'little'
[properties]
c_args = '-mno-avx512f'
cpp_args = '-mno-avx512f'
|