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 07881dd commit 6437593Copy full SHA for 6437593
utils/command_build_clib.py
@@ -64,7 +64,7 @@
64
_project_linker = "dpcpp"
65
_project_cmplr_flag_sycl_devel = ["-fsycl-device-code-split=per_kernel"]
66
_project_cmplr_flag_sycl = ["-fsycl"]
67
-_project_cmplr_flag_stdcpp_static = ["-static-libstdc++", "-static-libgcc"]
+_project_cmplr_flag_stdcpp_static = [] # This brakes TBB ["-static-libstdc++", "-static-libgcc"]
68
_project_cmplr_flag_compatibility = ["-Wl,--enable-new-dtags"]
69
_project_cmplr_flag_lib = ["-shared"]
70
_project_cmplr_flag_release_build = ["-O3", "-DNDEBUG", "-fPIC"]
0 commit comments