We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b58a8b commit c316cf3Copy full SHA for c316cf3
src_cpp/Makefile
@@ -79,6 +79,9 @@ endif
79
override CPPFLAGS += -I.
80
override CFLAGS += -g -O0 -Wall -Wno-long-long
81
override CXXFLAGS += -g -O0 -Wall -Wextra -pedantic -Wno-long-long
82
+ifeq "$(CC)" "icx"
83
+CFLAGS += -std=c++11
84
+endif
85
ifdef WITH_OPENMP
86
override CFLAGS += -fopenmp
87
override CXXFLAGS += -fopenmp
0 commit comments