ruby-install icon indicating copy to clipboard operation
ruby-install copied to clipboard

Adding a debug flag

Open eloyesp opened this issue 8 years ago • 1 comments

I would be an interesting adition and the code is not much, just set -x and that is enough.

eloyesp avatar Mar 08 '17 16:03 eloyesp

I like the idea. Perhaps a --verbose flag or --debug LEVEL? It might be more useful to add explicit debugging statements that display the ./configure or make commands.

postmodern avatar Aug 05 '18 02:08 postmodern

The 0.9.0 branch now has a -D,--debug option that will output the relevant commands used to compile/install the ruby. fb4779c

postmodern avatar Jan 26 '23 02:01 postmodern