Oracle® Solaris Studio 12.4: Release Notes

Exit Print View

Updated: May 2015
 
 

C Compiler Option -Xs

The  –Xs  option might be removed in a future release. If your C code requires –Xs to build and compile correctly, you should migrate the code to conform with at least the C99 dialect of the ISO C standard. In other words, you should be able to compile with the –std=c99 option.