Commit cd937f43 authored by Emmanuel Bertin's avatar Emmanuel Bertin
Browse files

Use icx as the default compiler for Debian package builds with USE_BEST=1.

parent bff14a8d
...@@ -15,7 +15,7 @@ ifeq ($(USE_BEST),1) ...@@ -15,7 +15,7 @@ ifeq ($(USE_BEST),1)
dh_auto_configure -- --host=$(DEB_HOST_GNU_TYPE) \ dh_auto_configure -- --host=$(DEB_HOST_GNU_TYPE) \
--build=$(DEB_BUILD_GNU_TYPE) \ --build=$(DEB_BUILD_GNU_TYPE) \
--prefix=/usr --mandir=\$${prefix}/share/man \ --prefix=/usr --mandir=\$${prefix}/share/man \
--enable-icc --enable-mkl \ --enable-icx --enable-mkl \
--enable-auto-flags --enable-best-link \ --enable-auto-flags --enable-best-link \
--with-release=$(PACKAGE_RELEASE) --with-release=$(PACKAGE_RELEASE)
else else
......
Supports Markdown
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