-qlibansi
Category
@PROCESS
None.
Purpose
Assumes that all functions with the name of an ANSI C library function are, in fact, the library functions and not a user function with different semantics.
Defaults
-qnolibansi
Usage
This option will allow the optimizer to generate
better code because it will know about the behavior of a given function,
such as whether or not it has any side effects.
Note: Do not use this
option if your application contains your own version of a library
function that is incompatible with the standard one.
Related information
See -qipa.



