Skip to content
Snippets Groups Projects
Commit 96ada1dd authored by mattijs's avatar mattijs
Browse files

COMP: Intel: compilation rule. Fixes #3259

parent 6b08c346
1 merge request!722RELEASE: develop branch to master
#------------------------------------------------------------------------------
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)
......
#------------------------------------------------------------------------------
include $(GENERAL_RULES)/Icx/c++
c++ARCH := -fp-model precise
c++ARCH := -fp-model=precise
ifneq (,$(strip $(WM_COMPILE_OPTION)))
sinclude $(DEFAULT_RULES)/c++$(WM_COMPILE_OPTION)
......
#------------------------------------------------------------------------------
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)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment