We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f400690 commit c8c9776Copy full SHA for c8c9776
docs/source/contribute/cpp_debugger.md
@@ -36,7 +36,7 @@ Debugging options are described in [setup.py on GitHub](https://github.com/pytor
36
37
When defined, the `DEBUG` will cause the build process to generate debug symbols
38
for all source files. It will also prevent the compiler from performing any
39
-optimizations, which will cause the geenrated binary to run too slow to perform
+optimizations, which will cause the generated binary to run too slow to perform
40
meaningful work. We recommend using the `USE_CUSTOM_DEBINFO` environment variable
41
to specify a semicolon separated list of source files for which you want to
42
generate debug symbols. This lets you generate debug symbols for only the source
0 commit comments