Re: [nodejs] can I know compile option on node.js binary?

2012-11-15 Thread Shigeki Ohtsu
http://www.nodejs.org/api/process.html#process_process_config See outputs of `process.config`. http://www.nodejs.org/api/process.html#process_process_config (2012/11/16 10:58), Outsider (JeongHoon Byun) wrote: node.js have some compile option like --debug or --with-dtrace ( https://github.c

Re: [nodejs] can I know compile option on node.js binary?

2012-11-15 Thread Ben Noordhuis
On Fri, Nov 16, 2012 at 2:58 AM, Outsider (JeongHoon Byun) wrote: > node.js have some compile option like --debug or --with-dtrace > ( https://github.com/joyent/node/blob/master/configure ) > > How can I check which options are enabled or disabled on node.js binary? You probably want process.conf

[nodejs] can I know compile option on node.js binary?

2012-11-15 Thread Outsider (JeongHoon Byun)
node.js have some compile option like --debug or --with-dtrace ( https://github.com/joyent/node/blob/master/configure ) How can I check which options are enabled or disabled on node.js binary? -- / Outsider (JeongHoon Byun) Programmer & Hacker Bl