wmake/rules/linux64Icc: avoid uninteresting warning messages and change to -O3
This commit is contained in:
parent
64c08b084e
commit
3ae3d04bb3
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
SUFFIXES += .C
|
||||
|
||||
c++WARN = -Wall -Wextra -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof \
|
||||
-diag-disable 2304
|
||||
-diag-disable 654,1125,2304
|
||||
|
||||
# Suppress some warnings for flex++ and CGAL
|
||||
c++LESSWARN = -diag-disable 1224,2026,2305
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
c++DBUG =
|
||||
c++OPT = -xHost -O2
|
||||
c++OPT = -xHost -O3
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue