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

12 lines
207 B
Plaintext
Vendored

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