Darshit Shah wrote: > This option when enabled will compile Wget with certain flags which will > spew a lot of output to the screen on runtime in case it encounters > potential race conditions. Hence, this option should NEVER be used on > production systems.
It is sometimes necessary to debug issues with the production version of the code too. It might be useful to include a command line option that will emit these messages in any version of the code. Perhaps --debug-race would work. Tony
