Sign in
pigweed
/
third_party
/
github
/
kmackay
/
micro-ecc
/
04022db623d0528ba8970a38d87fec0316233658
/
.
/
emk_rules.py
blob: f1b9fb628ca44e8be7775274c698e47bb6da9e5c [
file
]
c
,
link
=
emk
.
module
(
"c"
,
"link"
)
c
.
flags
+=
[
"-O3"
,
"-Wall"
,
"-Wextra"
,
"-Werror"
,
"-Wno-unused-parameter"
,
"-Wno-unused-variable"
,
"-Wno-unused-function"
]