Home | History | Annotate | Download | only in gprofng

Lines Matching refs:real_option

15893 for real_option in -Wall; do
15896 case $real_option in
15897 -Wno-*) option=-W`expr x$real_option : 'x-Wno-\(.*\)'` ;;
15898 *) option=$real_option ;;
15931 gprofng_cflags="$gprofng_cflags${gprofng_cflags:+ }$real_option"
15950 for real_option in -Wno-switch; do
15953 case $real_option in
15954 -Wno-*) option=-W`expr x$real_option : 'x-Wno-\(.*\)'` ;;
15955 *) option=$real_option ;;
15988 GPROFNG_NO_SWITCH_CFLAGS="$GPROFNG_NO_SWITCH_CFLAGS${GPROFNG_NO_SWITCH_CFLAGS:+ }$real_option"