mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: Intel: compilation rule. Fixes #3259
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#------------------------------------------------------------------------------
|
||||
include $(GENERAL_RULES)/Icc/c++
|
||||
|
||||
c++ARCH := -pthread -fp-trap=common -fp-model precise
|
||||
c++ARCH := -pthread -fp-trap=common -fp-model=precise
|
||||
|
||||
ifneq (,$(strip $(WM_COMPILE_OPTION)))
|
||||
sinclude $(DEFAULT_RULES)/c++$(WM_COMPILE_OPTION)
|
||||
|
||||
Reference in New Issue
Block a user