Skip to content

Commit 1e29f65

Browse files
authored
remove workaround to priority intel compiler than msvc
1 parent 50e3a2b commit 1e29f65

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

advanced_source/cpp_custom_ops_sycl.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,8 @@ Using ``sycl_extension`` is as straightforward as writing the following ``setup.
6565
"/O2",
6666
"/std:c++17",
6767
"/DPy_LIMITED_API=0x03090000",
68-
"-fheader-search=gcc",
6968
]
70-
sycl_args = ["/O2", "/std:c++17", "-fheader-search=gcc"]
69+
sycl_args = ["/O2", "/std:c++17"]
7170
else:
7271
cxx_args = [
7372
"-O3",

0 commit comments

Comments
 (0)