]> git.ipfire.org Git - thirdparty/gcc.git/blame - libgomp/doc/openmp-environment-variables/gompdebug.rst
sphinx: add missing trailing newline
[thirdparty/gcc.git] / libgomp / doc / openmp-environment-variables / gompdebug.rst
CommitLineData
c63539ff
ML
1..
2 Copyright 1988-2022 Free Software Foundation, Inc.
3 This is part of the GCC manual.
4 For copying conditions, see the copyright.rst file.
5
6.. index:: Environment Variable
7
8.. _gomp_debug:
9
10GOMP_DEBUG -- Enable debugging output
11*************************************
12
13Description:
14 Enable debugging output. The variable should be set to ``0``
15 (disabled, also the default if not set), or ``1`` (enabled).
16
17 If enabled, some debugging output will be printed during execution.
3ed1b4ce 18 This is currently not specified in more detail, and subject to change.