Is there a way to build Node without a debugger?

I am building node.js v0.8.11 under windows 7 and would like to exclude the V8 debugger feature for security reasons.

In other words, node --debug main.js should not spin up a debugger resulting in following output...

debugger listening on port 5858

Node would ignore the --debug directive.

Is there a way to build Node without the debugger?