Skip to content

Commit

Permalink
Merge pull request #1246 from ktf/fix-openloops
Browse files Browse the repository at this point in the history
Use -O0 to compile openloops
  • Loading branch information
ktf committed Dec 10, 2014
2 parents b8152e6 + d24992b commit 8bfffdb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions openloops.spec
Expand Up @@ -15,10 +15,10 @@ BuildRequires: python
cat << \EOF >> openloops.cfg
[OpenLoops]
fortran_compiler = gfortran
gfortran_f90_flags = -ffixed-line-length-0 -ffree-line-length-0 -Os
loop_optimisation = -Os
generic_optimisation = -Os
born_optimisation = -Os
gfortran_f90_flags = -ffixed-line-length-0 -ffree-line-length-0 -O0
loop_optimisation = -O0
generic_optimisation = -O0
born_optimisation = -O0
EOF

./scons auto=all/
Expand Down

0 comments on commit 8bfffdb

Please sign in to comment.