Skip to content
Snippets Groups Projects
Commit c8314956 authored by Henry's avatar Henry
Browse files

wmake: Updated rules for Icc

parent 00c77c35
Branches
Tags
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
c++WARN = -wd327,654,819,1125,1476,1505,1572 c++WARN = -wd327,654,819,1125,1476,1505,1572
CC = icpc CC = icpc -std=c++0x
include $(RULES)/c++$(WM_COMPILE_OPTION) include $(RULES)/c++$(WM_COMPILE_OPTION)
......
c++DBUG = c++DBUG =
c++OPT = -xT -O3 -no-prec-div c++OPT = -xSSE3 -O3 -no-prec-div
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
c++WARN = -wd327,654,819,1125,1476,1505,1572 c++WARN = -wd327,654,819,1125,1476,1505,1572
#CC = icpc -gcc-version=400 #CC = icpc -gcc-version=400
CC = icpc CC = icpc -std=c++0x
include $(RULES)/c++$(WM_COMPILE_OPTION) include $(RULES)/c++$(WM_COMPILE_OPTION)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment