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 c6fa8d3 commit af29609Copy full SHA for af29609
cmake/rsp/compilers/gcc.cmake
@@ -184,11 +184,9 @@ if (NOT DEFINED RSP_GCC_STRICT_COMPILE_OPTIONS)
184
#
185
#-v
186
187
- # TODO: Not sure what this is...
+ # Dump all macro definitions, at the end of preprocessing, in addition to normal output.
188
189
# @see https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Preprocessor-Options.html#index-dD
190
- #
191
- # Or is it this one...?
192
# @see https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Developer-Options.html#index-dD-1
193
194
#-dD
0 commit comments