Reputation: 3115
Is there any resource (documentation) on what the various ./configure options for building Node.js from source do? For instance, what might ./configure --debug vs ./configure --gdb do?
./configure
./configure --debug
./configure --gdb
Upvotes: 1
Views: 4594
Reputation: 41
./configure --help
This can print all options and explanations.
Upvotes: 0
Reputation: 14633
Yes, inside the file itself.
Upvotes: 3