Skip to content
Snippets Groups Projects
Commit fa458360 authored by Florian Sesser's avatar Florian Sesser
Browse files

Remove run-time dependency on GCC

parent e020f4ae
No related branches found
No related tags found
No related merge requests found
Pipeline #5728 passed
......@@ -21,4 +21,11 @@ in
name = "LeaseReport";
src = ../.;
};
modules = [{
# Remove runtime dependency on GCC
packages.LeaseReport.components.exes.LeaseReport = {
dontStrip = false;
enableShared = false;
};
}];
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment