mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
feat: parameterize artifact generation in lib compilation
This commit is contained in:
@@ -458,7 +458,9 @@ mlir::LogicalResult compilerMain(int argc, char **argv) {
|
||||
}
|
||||
|
||||
if (cmdline::action == Action::COMPILE) {
|
||||
auto err = outputLib->emitArtifacts();
|
||||
auto err =
|
||||
outputLib->emitArtifacts(/*sharedLib=*/true, /*staticLib=*/true,
|
||||
/*clientParameters=*/true, /*cppHeader=*/true);
|
||||
if (err) {
|
||||
return mlir::failure();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user