How to represent C++ compiler flags? #38
Unanswered
patriksvensson
asked this question in
Ideas and suggestions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
C++ compiler flags have a very special format, such as
-D[FLAG]
or-D[FLAG] = VALUE
.How do you think this should be represented?
References:
https://learn.microsoft.com/en-us/cpp/build/reference/d-preprocessor-definitions?view=msvc-170
https://caiorss.github.io/C-Cpp-Notes/compiler-flags-options.html
Beta Was this translation helpful? Give feedback.
All reactions