Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
3f460849
Commit
3f460849
authored
Dec 19, 2018
by
Dennis Gläser
Browse files
[doc][handbook] fix underscore interpretation
parent
5866adfb
Changes
1
Show whitespace changes
Inline
Side-by-side
doc/handbook/4_developingdumux.tex
View file @
3f460849
...
...
@@ -39,7 +39,7 @@ more information.
\paragraph
{
Optimized computation vs debugging
}
\Dune
and
\Dumux
are built with the help of
\texttt
{
dunecontrol
}
, as explained on page
\pageref
{
buildIt
}
.
Per default,
\Dumux
is compiled using optimization options, which leads to faster runtimes but is unsuitable
for debugging. For debug opts you can set
\texttt
{
DCMAKE
_
BUILD
_
TYPE
}
to
\texttt
{
Debug
}
or
\texttt
{
RelWithDebInfo
}
for debugging. For debug opts you can set
\texttt
{
DCMAKE
\textunderscore
BUILD
\textunderscore
TYPE
}
to
\texttt
{
Debug
}
or
\texttt
{
RelWithDebInfo
}
in your options file. You can also do this in any of the
\texttt
{
CMakeLists.txt
}
in Dumux by adding:
\begin{lstlisting}
[style=Shell]
...
...
Timo Koch
@timok
mentioned in commit
35fd97d6
·
Dec 19, 2018
mentioned in commit
35fd97d6
mentioned in commit 35fd97d6c8fc6027baf85aa91c9418bfe8f0c423
Toggle commit list
Timo Koch
@timok
mentioned in merge request
!1448 (merged)
·
Dec 19, 2018
mentioned in merge request
!1448 (merged)
mentioned in merge request !1448
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment