Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tarantool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
core
tarantool
Commits
49bd7016
Commit
49bd7016
authored
9 years ago
by
ocelot-inc
Browse files
Options
Downloads
Patches
Plain Diff
changed a sentence due to discussion of build types
parent
9d2fa09d
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/sphinx/dev_guide/building_from_source.rst
+3
-3
3 additions, 3 deletions
doc/sphinx/dev_guide/building_from_source.rst
with
3 additions
and
3 deletions
doc/sphinx/dev_guide/building_from_source.rst
+
3
−
3
View file @
49bd7016
...
...
@@ -146,9 +146,9 @@ explain what the steps are, then on the Internet you can look at some example sc
for example |br|
:code:`CC=gcc-4.8 CXX=g++-4.8 cmake .` |br|
The option for specifying build type is :samp:`-DCMAKE_BUILD_TYPE={type}` where
:samp:`{type} =
None |
Debug | Release | RelWithDebInfo
| MinSizeRel
` and a
reasonable choice for production is ``-DCMAKE_BUILD_TYPE=RelWithDebInfo``
(``Debug`` is
used only
by project maintainers and ``Release`` is used
only
:samp:`{type} = Debug | Release | RelWithDeb
ug
Info` and a
reasonable choice for production is ``-DCMAKE_BUILD_TYPE=RelWithDeb
ug
Info``
(``Debug`` is
a default used
by project maintainers and ``Release`` is used
when the highest performance is required).
The option for asking to build documentation is :code:`-DENABLE_DOC=true|false`,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment