summaryrefslogtreecommitdiff
path: root/makefiles
diff options
context:
space:
mode:
Diffstat (limited to 'makefiles')
-rw-r--r--makefiles/gmake/compiler.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefiles/gmake/compiler.mk b/makefiles/gmake/compiler.mk
index 6bae2c7..921aca1 100644
--- a/makefiles/gmake/compiler.mk
+++ b/makefiles/gmake/compiler.mk
@@ -171,7 +171,7 @@ endif
ifeq "$(COMPILER)" "icc"
COMPILE_FLAGS = \
- -Wall -Werror -vec-report0
+ -Wall -Werror -w1 -vec-report0
endif
# end of icc section