Searched refs:cflags (Results 1 – 7 of 7) sorted by relevance
59 local target build_dir cflags version options62 cflags=$(jq -r '.cflags | join(" ")' <<<"$1")73 CFLAGS="$cflags" \74 CXXFLAGS="$cflags" \
152 def run_c_source(src, cflags): argument165 *cflags,
226 cflags = [] #type: typing.List[str]229 cflags.append(self.opt_level)233 cflags.append('-mcpu=cortex-m33')236 cflags.append('--target=arm-arm-none-eabi')238 return ' '.join(cflags)
7 …command = "gcc -MMD -MF $depfile {{defines}} {{include_dirs}} {{cflags}} {{cflags_c}} -c {{source}…16 …command = "g++ -MMD -MF $depfile {{defines}} {{include_dirs}} {{cflags}} {{cflags_cc}} -c {{source…
44 cflags = [
5236 shift; local cflags="-Werror -Wall -Wextra $1";;5244 cflags="${cflags:-}"5250 …R_NO_DECRYPT${set_opts:+ + $set_opts}${unset_opts:+ - $unset_opts} with $cflags${ldflags:+, $ldfla…5252 make CFLAGS="-O2 $cflags" LDFLAGS="$ldflags"5263 …R_NO_DECRYPT${set_opts:+ + $set_opts}${unset_opts:+ - $unset_opts} with $cflags${ldflags:+, $ldfla…5266 …R_NO_DECRYPT${set_opts:+ + $set_opts}${unset_opts:+ - $unset_opts} with $cflags${ldflags:+, $ldfla…
97 pkg-config --cflags --libs (mbedtls|mbedcrypto|mbedx509)