Confirmed users
512
edits
| Line 17: | Line 17: | ||
By default, you do not need one. However, the generated build will be an optimized build with no debug symbols. For a build that can be run under a debugger, you need a mozconfig file. | By default, you do not need one. However, the generated build will be an optimized build with no debug symbols. For a build that can be run under a debugger, you need a mozconfig file. | ||
cd /path/to/mozilla-central | <code>cd /path/to/mozilla-central | ||
touch .mozconfig | touch .mozconfig</code> | ||
Add options to the file: | Add options to the file: | ||