| United States-English |
|
|
|
![]() |
HP C/HP-UX Programmer's Guide: HP-UX Systems > Chapter 4 Optimizing
HP C Programs Enabling Only Conservative Optimizations |
|
You can enable conservative optimizations at any optimization level by using the +Oconservative option, as follows: cc optimization level +Oconservative sourcefile.c Conservative optimizations are optimizations that do not change the behavior of code, in most cases, even if the code does not conform to standards. Use the conservative optimizations provided with any optimization level when your code is non-ANSI. |
|||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||