Searched refs:cflags (Results 1 – 4 of 4) sorted by relevance
152 def run_c_source(src, cflags): argument165 *cflags,
227 cflags = [] #type: typing.List[str]230 cflags.append(self.opt_level)234 cflags.append('-mcpu=cortex-m33')237 cflags.append('--target=arm-arm-none-eabi')239 return ' '.join(cflags)
2893 shift; local cflags="-Werror -Wall -Wextra $1";;2901 cflags="${cflags:-}"2907 …R_NO_DECRYPT${set_opts:+ + $set_opts}${unset_opts:+ - $unset_opts} with $cflags${ldflags:+, $ldfla…2909 make CFLAGS="-O2 $cflags" LDFLAGS="$ldflags"2920 …R_NO_DECRYPT${set_opts:+ + $set_opts}${unset_opts:+ - $unset_opts} with $cflags${ldflags:+, $ldfla…2923 …R_NO_DECRYPT${set_opts:+ + $set_opts}${unset_opts:+ - $unset_opts} with $cflags${ldflags:+, $ldfla…
291 pkg-config --cflags --libs (mbedtls|mbedcrypto|mbedx509)