-
-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Correct entries related to --enable-build-mode and --enable-profiling in #15
Conversation
INSTALL file, and remove obsolete SZIP paragraph from COPYING file.
library can also be compiled for profiling with gprof by saying | ||
`--enable-production=profile'. | ||
`--enable-profiling'. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is an improvement, but the build modes are really just collections of features. For example, you can turn debug symbols on/off using --enable-symbols=(yes|no|).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll merge this. If INSTALL needs more detail we could create an issue for it.
INSTALL file, and remove obsolete SZIP paragraph from COPYING file.
Fix #9