aheckmann / m

mongodb version management
MIT License
267 stars 55 forks source link

Add option to include debug symbols #4

Closed stbrody closed 11 years ago

aheckmann commented 12 years ago

are the debug symbols a compile time flag? if so that can be accomplished by passing config flags along: m <version> [config ...]

aheckmann commented 12 years ago

or, if thats the case, to set up your own separate install including the flags m custom <myVersion> <tarball> [config ...]

aheckmann commented 12 years ago

http://www.mongodb.org/display/DOCS/Building+with+Visual+Studio+2010 may help. looks like passing --dd for config might do the trick