Skip to content

Commit fdb1096

Browse files
Roy-Rupakrupakroyintel
and
rupakroyintel
authored
update Makefile to compile with icpx (#1363)
Co-authored-by: rupakroyintel <[email protected]>
1 parent da38716 commit fdb1096

File tree

1 file changed

+3
-3
lines changed
  • DirectProgramming/C++/GraphTraversal/MergesortOMP

1 file changed

+3
-3
lines changed

DirectProgramming/C++/GraphTraversal/MergesortOMP/Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
CXX := icpc
1+
CXX := icpx
22
SRCDIR := src
33
BUILDDIR := release
4-
CFLAGS := -O3 -ipo -qopenmp -std=c++11
4+
CFLAGS := -O3 -flto -qopenmp -std=c++11
55
EXTRA_CFLAGS :=
6-
LIBFLAGS := -qopenmp
6+
LIBFLAGS := -flto -qopenmp
77

88
ifdef perf_num
99
EXTRA_CFLAGS += -D PERF_NUM

0 commit comments

Comments
 (0)