Skip to content

Commit 0009ea7

Browse files
bernhardmgrubersponce
authored andcommitted
Mention more debug symbol flags
1 parent 9577019 commit 0009ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

talk/tools/compiling.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
\end{block}
7171
\begin{block}{Optimization}
7272
\begin{description}
73-
\item[-g] add debug symbols
73+
\item[-g] add debug symbols (also: \texttt{-g3} or \texttt{-ggdb})
7474
\item[-Ox] 0 = no opt., 1-2 = opt., 3 = highly opt. (maybe larger binary), g = opt. for debugging
7575
\end{description}
7676
\end{block}

0 commit comments

Comments
 (0)