Skip to content

Commit f293d41

Browse files
authored
feat: Add experimental lib for par_unseq foreach (#103)
1 parent cfb2bc7 commit f293d41

File tree

1 file changed

+1
-0
lines changed
  • ecsact/cli/commands/build/recipe

1 file changed

+1
-0
lines changed

ecsact/cli/commands/build/recipe/cook.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ auto clang_gcc_compile(compile_options options) -> int {
363363

364364
#if !defined(_WIN32)
365365
compile_proc_args.push_back("-fPIC");
366+
compile_proc_args.push_back("-fexperimental-library");
366367
#endif
367368
compile_proc_args.push_back("-std=c++20");
368369
compile_proc_args.push_back("-stdlib=libc++");

0 commit comments

Comments
 (0)