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 cfb2bc7 commit f293d41Copy full SHA for f293d41
ecsact/cli/commands/build/recipe/cook.cc
@@ -363,6 +363,7 @@ auto clang_gcc_compile(compile_options options) -> int {
363
364
#if !defined(_WIN32)
365
compile_proc_args.push_back("-fPIC");
366
+ compile_proc_args.push_back("-fexperimental-library");
367
#endif
368
compile_proc_args.push_back("-std=c++20");
369
compile_proc_args.push_back("-stdlib=libc++");
0 commit comments