-
Browse
Commit
-
Author :
kinichiro
Date :
2015-08-04 19:08:42
Hash :
9aa4e1d9
Message :
disable strict aliasing on HP-UX C/aC++ compiler
to disable strict aliasing on HP-UX C/aC++, `+Otype_safety=off` is right.
`+Otype_safety=strong` forces ANSI aliasing.