-
Notifications
You must be signed in to change notification settings - Fork 16
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
Edit make-all.sh user guide #275
Conversation
docs/scripts/make-all.rst
Outdated
@@ -147,6 +147,10 @@ Configurations | |||
Build with ``-DCMAKE_BUILD_TYPE=Release``. | |||
The compiler settings will default to ``-O3 -DNDEBUG``. | |||
|
|||
If no configuration is specified, the CMake listfile will default to | |||
``RelWithDebInfo``. | |||
This will probably be changed to ``Release`` in a future release. |
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.
Dont think we need this that something "will probably be changed to".
This can be updated when we change the default
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.
Actually, I think we should make a point of telling people in advance that we expect something to change.
Especially when we do such a poor job of telling people after we've made the change.
But I can water this down to saying that we "currently" default to RelWithDebInfo.
2c2818a
to
91e1dc4
Compare
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.
LGTM
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.
LGTM
- Document what the default build type is if no configuration is specified. - Replace ® with the UTF-8 symbol. RST doesn't render html character entities. (sigh) Signed-off-by: Derek G Foster <[email protected]>
- Add flow diagram. - Remove reference to IPU E2100. Signed-off-by: Derek G Foster <[email protected]>
Signed-off-by: Derek G Foster <[email protected]>
Signed-off-by: Derek G Foster <[email protected]>
1b21fef
to
10d885c
Compare
Document what the default build type is if no configuration is specified.
Replace ® with the UTF-8 symbol. RST doesn't render html character entities. (sigh)