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