Skip to content

Commit

Permalink
Bug 1661434 - move some strings to an rst code block. r=sylvestre
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilfs committed Aug 31, 2020
1 parent 7a87d13 commit 611d45c
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions docs/contributing/debugging/debugging_on_mac_os_x.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,18 @@ Creating a debuggable build
---------------------------

First, you need to build the application you're going to debug using
``--disable-optimize``\ ``--enable-debug-symbols`` in your .mozconfig
(also add ``--enable-debug`` if you want assertions etc. compiled in).
this in your .mozconfig

.. code::
``--disable-optimize``\ ``--enable-debug-symbols``
you can also add this flag if you want assertions etc. compiled in

.. code::
``--enable-debug``
See :ref:`Building Firefox for macOS <Building Firefox On MacOS>`
if you need help creating your own build.

Expand Down

0 comments on commit 611d45c

Please sign in to comment.