--- MITgcm/tools/build_options/linux_ia32_gfortran 2008/07/21 14:56:01 1.5 +++ MITgcm/tools/build_options/linux_ia32_gfortran 2009/01/02 20:40:42 1.6 @@ -1,6 +1,6 @@ #!/bin/bash # -# $Header: /home/ubuntu/mnt/e9_copy/MITgcm/tools/build_options/linux_ia32_gfortran,v 1.5 2008/07/21 14:56:01 jmc Exp $ +# $Header: /home/ubuntu/mnt/e9_copy/MITgcm/tools/build_options/linux_ia32_gfortran,v 1.6 2009/01/02 20:40:42 jmc Exp $ # $Name: $ # @@ -20,6 +20,7 @@ DEFINES='-DWORDLENGTH=4 -DNML_TERMINATOR' CPP='cpp -traditional -P' NOOPTFLAGS='-O0' +EXTENDED_SRC_FLAG='-ffixed-line-length-132' if test "x$DEVEL" != x ; then FFLAGS='-g -Wall -W -ffpe-trap=invalid,zero,overflow -fbounds-check'