您要查找的是不是:
- Specify one file per compiler option. 每个编译器选项指定一个文件。
- In most cases, use of this compiler option is not necessary. 大多数情况下,并不需要使用此编译器选项。
- Ow compiler option has been removed but will be silently ignored. Ow编译器选项已被移除,它将被忽略但不进行提示。
- This compiler option cannot be changed programmatically. 不能以编程方式更改此编译器选项。
- Describes prohibited edits of compiler options. 描述禁止对编译器选项进行的编辑。
- Presents compiler options in functional groups. 按功能组列出编译器选项。
- A categorical listing of the compiler options. 编译器选项的分类列表。
- Note that all compiler options are case sensitive. 注意,所有编译器选项都区分大小写。
- Compiler option has been enhanced to help protect local variables from direct buffer overruns. 编译器选项已被增强,帮助保护局部变量以免产生直接缓冲区溢出。
- This compiler option is only available in the Itanium cross compiler or in the Itanium native compiler. 此编译器选项仅可在Itanium兼容编译器或Itanium本机编译器中使用。
- The following sections describe the capabilities available for various compiler option settings. 下面的部分介绍各种编译器选项设置对应的功能。
- The /Za compiler option emits an error for language constructs that are not compatible with either ANSI C or ANSI C++. [本主题是预发布的文档,在将来发布的版本中可能会有更改。
- Compiler option lets you specify checked or unchecked context for all integer arithmetic statements that are not explicitly in the scope of a. 关键字范围内的所有非显式整型算术语句指定已检查或未检查的上下文。
- However, the linker doesn't allow "common" symbols in shared libraries, so you must use the -fno-common compiler option. 不过,连接器不允许在共享库中使用"common"标志,所以你需要使用-fno-common编译器选项。
- This compiler option instructs the compiler to insert overrun detection code into functions that are at risk of being exploited. 此编译器选项指示编译器将溢出检测代码插入到面临被利用风险的函数中。
- Compiler options let you perform low-level compiler operations. 编译器选项使您可以执行低级别编译器操作。
- U
Undefine a macro. See Compiler Options: Macro Undefine(s). 名称>为定义的宏。参见编译设定的相关内容:为定义宏。 - This compiler option (which is on by default), instructs the compiler to inject overrun detection code into functions that are at risk of being exploited. 此编译器选项(默认情况下处于打开状态)指示编译器将溢出检测代码插入到面临被利用的风险的函数中。
- This compiler option activates code analysis that reports potential security issues such as buffer overrun, un-initialized memory, null pointer dereferencing, and memory leaks. 此编译器选项激活代码分析,以报告潜在的安全问题,例如缓冲区溢出、未初始化的内存、null指针取消引用和内存泄漏等。
- If you use the Option Explicit statement, that setting overrides both the project property and compiler option settings, but only for the source code file in which it appears. 如果您使用OptionExplicit语句,该设置将重写项目属性和编译器选项设置,但只针对该语句所在的源代码文件。