Skip to content

Commit

Permalink
travis: generate optimization reports when compiling with ICC
Browse files Browse the repository at this point in the history
  • Loading branch information
nemequ committed Aug 1, 2016
1 parent e143736 commit 18030be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,9 @@ case "${1}" in
"x86_64-w64-mingw32-gcc")
CONFIGURE_FLAGS="${CONFIGURE_FLAGS} -DCMAKE_FIND_ROOT_PATH=/usr/x86_64-w64-mingw32"
;;
"icc")
COMMON_COMPILER_FLAGS="${COMMON_COMPILER_FLAGS} -qopt-report=5 -qopt-report-file=stdout -qopt-report-phase=loop,vec,par"
;;
esac

if [ "${CROSS_COMPILE}" = "yes" ]; then
Expand Down

0 comments on commit 18030be

Please sign in to comment.