12 lines
223 B
Plaintext
Vendored
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']
|