Lines Matching refs:real_option
3349 for real_option in -W -Wall -Wwrite-strings -Wstrict-prototypes \
3354 case $real_option in
3355 -Wno-*) option=-W`expr x$real_option : 'x-Wno-\(.*\)'` ;;
3356 *) option=$real_option ;;
3389 WARN_CFLAGS="$WARN_CFLAGS${WARN_CFLAGS:+ }$real_option"
3459 for real_option in -fno-lto; do
3462 case $real_option in
3463 -Wno-*) option=-W`expr x$real_option : 'x-Wno-\(.*\)'` ;;
3464 *) option=$real_option ;;
3497 nolto_flags="$nolto_flags${nolto_flags:+ }$real_option"