浏览代码

Merge pull request #8743 from akien-mga/scons-cmdline-CCFLAGS-lowercase

Rename SCons command line options for CCFLAGS, etc. to lowercase
Matthew 1 年之前
父节点
当前提交
4f21f44632
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      contributing/development/compiling/introduction_to_the_buildsystem.rst

+ 1 - 1
contributing/development/compiling/introduction_to_the_buildsystem.rst

@@ -237,7 +237,7 @@ Several compiler optimization levels can be chosen from:
   build times, but the slowest execution times.
 - ``optimize=custom`` *(advanced users only)*: Do not pass optimization
   arguments to the C/C++ compilers. You will have to pass arguments manually
-  using the ``CFLAGS``, ``CCFLAGS`` and ``CXXFLAGS`` SCons options.
+  using the ``cflags``, ``ccflags`` and ``cxxflags`` SCons options.
 
 Architecture
 ------------