diff options
author | Bill Wendling <isanbard@gmail.com> | 2012-06-19 09:29:05 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2012-06-19 09:29:05 +0000 |
commit | 540fe7da0f418f72baa3c97b4dbf25785ffc7da9 (patch) | |
tree | 22a9e42eea2b8f974fc2643cf029c8df4fc26972 /docs | |
parent | ce6e0a10208e6f908404752b1bfb7d518fe06083 (diff) | |
download | external_llvm-540fe7da0f418f72baa3c97b4dbf25785ffc7da9.zip external_llvm-540fe7da0f418f72baa3c97b4dbf25785ffc7da9.tar.gz external_llvm-540fe7da0f418f72baa3c97b4dbf25785ffc7da9.tar.bz2 |
Put flag names on one line.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158715 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Projects.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/Projects.rst b/docs/Projects.rst index 7f431ef..5935aeb 100644 --- a/docs/Projects.rst +++ b/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 |