Lines Matching refs:debug
59 printf ' [--force --debug --disable-extra-math --disable-generated-tests] \\\n'
108 printf ' -g, --debug\n'
109 printf ' Build in debug mode. Adds the "-g" flag, and if there are no\n'
141 printf ' but it is provided, so maintainers can build optimized debug builds.\n'
151 printf ' and "DBG" (for the preferred debug build of the author). This will\n'
171 printf ' Stripping symbols only happens when debug mode is off.\n'
555 debug=0
583 debug=0
614 debug=0
645 debug=1
682 debug=0
726 g) debug=1 ;;
751 debug) debug=1 ;;
865 help* | bc-only* | dc-only* | debug*)
1096 # This sets some necessary things for debug mode.
1097 if [ "$debug" -eq 1 ]; then
1392 if [ "$debug" -eq 0 ] && [ "$apple" = "" ] && [ "$strip_bin" -ne 0 ]; then