View Single Post
Old 10th October 2008
TerryP's Avatar
TerryP TerryP is offline
Arp Constable
 
Join Date: May 2008
Location: USofA
Posts: 1,547
Default

Quote:
Originally Posted by phoenix View Post
Those who muck with CFLAGS and COPTFLAGS be playing with dragons. Best to tread lightly, and carry a big stick.
listen to the man

-O or -O2 -fno-strict-aliasing are the only supported flags according to the documentation.

Unless you know exactly what you are doing, have read the compiler documentation, and are familiar with the code you will be compiling with them, do not screw with pre-set compiler options and expect things to work properly.
__________________
My Journal

Thou shalt check the array bounds of all strings (indeed, all arrays), for surely where thou typest ``foo'' someone someday shall type ``supercalifragilisticexpialidocious''.

Last edited by TerryP; 10th October 2008 at 06:59 PM.
Reply With Quote