You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/source/docs/tools_reference/emcc.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ Options that are modified or new in *emcc* are listed below:
112
112
Preserve debug information.
113
113
114
114
- When compiling to object files, this is the same as in *Clang* and *gcc*, it adds debug information to the object files.
115
-
- When linking, this is equivalent to :ref:`-g3 <emcc-g3>` (preserve JS whitespace and compiled function names).
115
+
- When linking, this is equivalent to :ref:`-g3 <emcc-g3>`.
116
116
117
117
.. _emcc-gN:
118
118
@@ -137,7 +137,7 @@ Options that are modified or new in *emcc* are listed below:
137
137
-
138
138
.. _emcc-g3:
139
139
140
-
``-g3``: When compiling to object files, keep debug info (this is the same as :ref:`-g <emcc-g>`).
140
+
``-g3``: When compiling to object files, keep debug info, including JS whitespace, function names, and LLVM debug info if any (this is the same as :ref:`-g <emcc-g>`).
0 commit comments