From d004bfef608d076b17e4cc685a9833095e1daf27 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Tue, 26 Apr 2016 19:55:28 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14882 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/Make.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Make.py b/src/Make.py index 1aecfeace9..96ba58b839 100755 --- a/src/Make.py +++ b/src/Make.py @@ -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):