git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14882 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -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):
|
||||
|
||||
Reference in New Issue
Block a user