Files
dl/third/simde/docker/cross-files/gcc-11-fast-math.cross
T
2026-09-16 14:07:40 +08:00

12 lines
223 B
Plaintext
Vendored

[binaries]
c = 'gcc-11'
cpp = 'g++-11'
ar = 'ar'
strip = 'strip'
objcopy = 'objcopy'
ld = 'ld'
[properties]
c_args = ['-Wall', '-Wextra', '-Werror', '-ffast-math']
cpp_args = ['-Wall', '-Wextra', '-Werror', '-ffast-math']