Skip to content

Only generate new optimised ABC and bytecode when the source file is newer

Camil Staps requested to merge check-dates-for-opt-abc-and-bytecode into master

This checks whether the source files for optimised ABC / bytecode are younger, and only regenerates the targets when needed.

The bytecode linker and stripper are still called every time.

Edited by Camil Staps

Merge request reports