git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14882 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2016-04-26 19:55:28 +00:00
parent e7363b4764
commit d004bfef60

View File

@ -360,8 +360,8 @@ class Actions:
make.addvar("CCFLAGS","-ansi-alias")
if compile_check(compiler,"-xAVX",1):
make.addvar("CCFLAGS","-xAVX")
if compile_check(compiler,"-fpmodel fast=2",1):
make.addvar("CCFLAGS","-fpmodel fast=2")
if compile_check(compiler,"--fpmodel fast=2",1):
make.addvar("CCFLAGS","--fpmodel fast=2")
if compile_check(compiler,"-no-prec-div",1):
make.addvar("CCFLAGS","-no-prec-div")
if compile_check(compiler,"-override-limits",1):