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

Merge branch '1.remove-gcc-runtime-dependency' into 'main'

Remove run-time dependency on GCC

Closes #1

See merge request !5
parents 1b6bed16 358b25cb
No related branches found
No related tags found
1 merge request!5Remove run-time dependency on GCC
Pipeline #5730 passed
...@@ -21,4 +21,11 @@ in ...@@ -21,4 +21,11 @@ in
name = "LeaseReport"; name = "LeaseReport";
src = ../.; 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