diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/irix64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/irix64 b/config/irix64 index 203cdef..3d4b3eb 100644 --- a/config/irix64 +++ b/config/irix64 @@ -35,7 +35,7 @@ # Unconditionally set the compiler to gcc since the following flags # only apply to that compiler. -CC="cc -64" +CC="cc -ansi -64" warn="-fullwarn" |