JuliaLang / PackageCompiler.jl

Compile your Julia Package
https://julialang.github.io/PackageCompiler.jl/dev/
MIT License
1.43k stars 191 forks source link

RFC: propagate build flags into sysimg #774

Closed sjkelly closed 1 year ago

sjkelly commented 1 year ago

This removes the enforced -O and g levels, and propagates the passed arguments to the entire build. We filter a few arguments from the base sysimg to prevent some failures and avoid known bugs.

codecov[bot] commented 1 year ago

Codecov Report

Merging #774 (25cd2e4) into master (25cd2e4) will not change coverage. The diff coverage is n/a.

:exclamation: Current head 25cd2e4 differs from pull request most recent head 8f201fc. Consider uploading reports for the commit 8f201fc to get more accurate results

@@           Coverage Diff           @@
##           master     #774   +/-   ##
=======================================
  Coverage   83.10%   83.10%           
=======================================
  Files           3        3           
  Lines         663      663           
=======================================
  Hits          551      551           
  Misses        112      112           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.