Doc: Edit compiler explorer options docs

Update the screenshot after string changes.

Change-Id: Ie6efb13018828b20180b0ff3df2e4607089c8b03
Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
Leena Miettinen
2023-10-13 11:48:54 +02:00
parent 25a1fb4e9c
commit c324ef6321
3 changed files with 9 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -60,7 +60,9 @@
\section1 Set compiler options
Select \inlineimage icons/settings.png
to set compiler options.
to set options for the selected compiler.
\image qtcreator-compiler-explorer-options.webp {Compiler Explorer options}
\table
\header
@@ -69,10 +71,14 @@
\row
\li Compiler options
\li Arguments passed to the compiler. Add options to enable optimization
and to change other aspects of the compilation.
and to change other aspects of the compilation. For example, the
value \c -O3 enables the optimizer with aggressive optimization.
\row
\li Libraries
\li Add the libraries that your code links against.
\li Select \uicontrol Edit to add the libraries that your code links
against. Start typing in the field to find a particular library.
The selection is saved only after you select the version of the
library next to the library name.
\row
\li Execute the code
\li Execute the resulting executable.