Lines Matching +full:- +full:fno +full:- +full:omit +full:- +full:frame +full:- +full:pointer
15 [ -z "$CROSS_COMPILE" ] && CROSS_COMPILE="$CROSS"
19 [ -z "$CFLAGS" ] && CFLAGS="-Wall -Wundef -Wno-char-subscripts -Werror=implicit-function-declaratio…
20 # Required for our expected ABI. we're 8-bit clean thus "char" must be unsigned.
21 CFLAGS="$CFLAGS -funsigned-char"
22 [ -z "$OPTIMIZE" ] && OPTIMIZE="-Os -ffunction-sections -fdata-sections -fno-asynchronous-unwind-ta…
24 [ -z "$ASAN" ] || { CFLAGS="$CFLAGS -O1 -g -fno-omit-frame-pointer -fno-optimize-sibling-calls -fsa…
29 [ -z "$LDOPTIMIZE" ] && LDOPTIMIZE="-Wl,--gc-sections"
30 LDASNEEDED="-Wl,--as-needed"
36 [ -z "$CC" ] && CC=cc
37 [ -z "$STRIP" ] && STRIP=strip
40 # ala HOSTCC="blah-cc --static"
41 [ -z "$HOSTCC" ] && HOSTCC=cc
43 [ -z "$GENERATED" ] && GENERATED=generated