Specify the GOFF C compiler option if compiling in native z/OS.
如果要在原生z/OS 上编译,那么必须指定GOFFC编译器选项。
Compiler option generated automatic precompiled headers support.
编译器选项生成自动的预编译头支持。
Introduces a response to a run-time error or turns a compiler option on.
引入对运行时错误的响应,或打开编译器选项。
Use the -i compiler option to help the compiler locate the Xerces header files.
使用- i编译器选项以帮助编译器找到xerces头文件。
Another problem with this option is that it allows you to choose different compiler options.
另一个问题是:这让你可以选择多种编译选项。
The -q option in the command for the COBOL programs passes the THREAD compiler option to compiler.
用于COBOL程序的命令中的- q选项将THREAD编译器选项传递给编译器。
The topic for each compiler option discusses how it can be set in the development environment.
每一项编译器选项的主题都会讨论如何在开发环境中设定。
Table 1 below shows what language elements to avoid that are not supported by the THREAD compiler option.
下面的表1显示了不受THREAD编译器选项支持、应当避免的语言元素。
You do this using the #pragma export statement in your C code, or by specifying the EXPORTALL C compiler option.
这需要在C代码中使用 #pragmaexport语句,或者指定EXPORTALL C编译器选项。
If you compile the program containing unwanted elements with the THREAD compiler option, they are flagged as errors.
如果使用THREAD编译器选项编译包含不恰当元素的程序,则会将这些元素标记为错误。
When the key file is specified with a compiler option, the compiler can immediately decide whether to grant friendship.
以编译器选项指定金钥档时,编译器可以立即判断是否要授与伙伴关系。
The gcc compiler option -Wformat-security will warn you of some cases where the code may be vulnerable to format string attacks.
gcc编译器选项-Wformat-security 可以警告您代码中可能受到格式化字符串攻击的地方。
To run COBOL programs in more than one thread, you must compile all of the COBOL programs in the application with the thread compiler option.
要在多个线程中运行COBOL程序,必须在应用程序中使用THREAD编译器选项对所有COBOL程序进行编译。
Use the cics compiler option and its parameter (refer to Table 2) to invoke the integrated cics syntax checker and translator feature of the compiler.
通过使用cics编辑器选项及其参数(请参见表2),可以调用编译器的集成cics语法检查器和转换器功能。
You cannot mix programs compiled using THREAD compiler option and programs compiled using the default NOTHREAD compiler option in the same application.
在同一个应用程序中,不能将使用THREAD编译器选项编译的程序与使用默认的NOTHREAD编译器选项编译的程序混合在一起。
When you find those unwanted language elements, you may need to replace them with elements with similar functions that the THREAD compiler option supports.
当找到这些不需要的语言元素后,可能需要用具有类似功能的元素替换它们,并且THREAD编译器选项支持这些替换的元素。
To make a recursive call, you must either code the recursive clause (or attribute) in the PROGRAM-ID paragraph of the recursively called program or specify the THREAD compiler option.
要执行递归调用,必须在以递归方式调用的程序的PROGRAM - ID段落中编写RECURsive子句(或属性),或指定THREAD编译器选项。
If your program has the RECURSIVE attribute or is compiled with the THREAD compiler option, data that is defined in the LINKAGE SECTION is not accessible on subsequent invocations of the program.
如果程序包含RECUR SIVE属性,或使用THREAD编译器选项编译,那么后续的程序调用将无法访问LINKAGESECTION中定义的数据。
Note that you must use the same variant of this option for all compiler runs related to the same project.
注意,对于所有运行的与同一个项目相关的编译器,必须使用这个选项的相同变体。
You'll also want to turn on the new Option infer feature. This allows the compiler to infer local variable type declarations by evaluating the right-hand side of the expression.
你也希望根据那些特性打开新的推断特性的选项,这允许编译器通过估计右值表达式去推测出局部变量的申明类型。
To avoid spending time on this type of problem, I added another option to try loading the modified classes directly within the binding compiler.
为了避免把时间花在这类问题上,我添加了另外一个选项,尝试直接在绑定编译器内装入修改后的类。
This option generates an options file containing a list of the method signatures corresponding to the methods the JIT compiler compiled while the application ran.
该选项生成一个选项文件,其中包含一个方法签名列表,对应于JIT编译器在应用程序运行的时候编译的那些方法。
The last option has the lowest expected throughput/latency performance but zero pauses from the JIT compiler because the JIT compiler is completely disabled in this scenario.
最后一个选项具有最低的预期吞吐量/延迟性能,但没有由JIT编译器引起的暂停,因为此方案完全禁用了 JIT 编译器。
These changes include a complete rewrite of the binding compiler code generation, with an added option for using source code enhancement as an alternative to bytecode enhancement.
这些变化包括:对编译器代码生成进行完全重写,添加用源代码增强代替字节码增强的选项。
Another option is to disable the creation of the crosscutting structure model, using the "other" TAB of the AspectJ Compiler Settings, either on a per-project basis, or for the whole workspace.
另一个选项是使用AspectJ编译器设置的“Other”选项卡,在每项目基础上,或者在整个工作空间范围内,禁用横切结构模型的创建。
After you set this option, the JIT compiler prints two messages for each method as it compiles the method. For example.
在设置这个选项之后,JIT编译器会在对方法进行编译时为每个方法打印两条消息。
silent - The silent option suppresses all the messages from the compiler.
silent ——此选项抑制编译器产生的所有消息。
Don't forget to compile with the -source 1.5 option or the compiler won't recognize the variable argument list.
不要忘记用- source 1.5选项编译,否则编译器不会识别变量参数列表。
The GCC compiler suite is sufficiently widely available that most projects can reasonably assume that it will be an option on a broad variety of target platforms.
gcc编译器套件已被广为应用,大部分项目完全可以假定它为很多目标平台的一个可选项。
Note: The -ggdb option in Listing 2 differs from Nigel's article in that it tells the GCC compiler to optimize the program for debugging with the GDB Debugger, which you'll use later.
注意:清单2 中的 -ggdb选项和Nigel的文章中的内容有些不同,该选项用于告诉GCC编译器对该程序进行优化,以便使用 GDB调试工具对其进行调试,您将在以后用到该调试工具。
应用推荐