diff options
Diffstat (limited to 'llvm/docs/Projects.rst')
-rw-r--r-- | llvm/docs/Projects.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/docs/Projects.rst b/llvm/docs/Projects.rst index 7f431efb4bd..5935aeb9377 100644 --- a/llvm/docs/Projects.rst +++ b/llvm/docs/Projects.rst @@ -290,8 +290,7 @@ Note that ``LIBS`` must occur in the Makefile after the inclusion of Miscellaneous Variables ----------------------- -``CFLAGS`` -``CPPFLAGS`` +``CFLAGS`` & ``CPPFLAGS`` This variable can be used to add options to the C and C++ compiler, respectively. It is typically used to add options that tell the compiler |