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

12 lines
209 B
Plaintext
Vendored

[binaries]
c = 'gcc-10'
cpp = 'g++-10'
ar = 'ar'
strip = 'strip'
objcopy = 'objcopy'
ld = 'ld'
[properties]
c_args = ['-Wextra', '-Werror', '-march=native']
cpp_args = ['-Wextra', '-Werror', '-march=native']