Skip to content

Parallel NASM Builds and various fixes#33

Open
softworkz wants to merge 2 commits intoShiftMediaProject:masterfrom
softworkz:submit_parallel
Open

Parallel NASM Builds and various fixes#33
softworkz wants to merge 2 commits intoShiftMediaProject:masterfrom
softworkz:submit_parallel

Conversation

@softworkz
Copy link

Major Update with Parallel Build Support

Closes #8
Closes #13

Changes

  • Added support for PARALLEL NASM builds
    (it's enabled by default)
  • Proper change detection for NASM files
    (rebuilds when the NASM file or its dependencies have changed)
  • Incremental Builds working reliably
  • Clean is working properly #
    (doesn't start building NASM files when you clean the project)

@softworkz
Copy link
Author

I think this deserves a new GH release :-)

@softworkz
Copy link
Author

It decreases FFmpeg build duration from 3:31 to 2:42 on my machine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

VS2019 doesn't rebuild when .asm file is changed Parallel execution

1 participant