Skip to content

Commit

Permalink
feat: Add experimental lib for par_unseq foreach (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelwan authored May 27, 2024
1 parent cfb2bc7 commit f293d41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ecsact/cli/commands/build/recipe/cook.cc
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ auto clang_gcc_compile(compile_options options) -> int {

#if !defined(_WIN32)
compile_proc_args.push_back("-fPIC");
compile_proc_args.push_back("-fexperimental-library");
#endif
compile_proc_args.push_back("-std=c++20");
compile_proc_args.push_back("-stdlib=libc++");
Expand Down

0 comments on commit f293d41

Please sign in to comment.