Skip to content

Commit 6437593

Browse files
authored
Fix TBB issue (#912)
1 parent 07881dd commit 6437593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/command_build_clib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
_project_linker = "dpcpp"
6565
_project_cmplr_flag_sycl_devel = ["-fsycl-device-code-split=per_kernel"]
6666
_project_cmplr_flag_sycl = ["-fsycl"]
67-
_project_cmplr_flag_stdcpp_static = ["-static-libstdc++", "-static-libgcc"]
67+
_project_cmplr_flag_stdcpp_static = [] # This brakes TBB ["-static-libstdc++", "-static-libgcc"]
6868
_project_cmplr_flag_compatibility = ["-Wl,--enable-new-dtags"]
6969
_project_cmplr_flag_lib = ["-shared"]
7070
_project_cmplr_flag_release_build = ["-O3", "-DNDEBUG", "-fPIC"]

0 commit comments

Comments
 (0)