Skip to content

Fix C++ Windows packaging #233

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 14, 2021
Merged

Conversation

jonsimantov
Copy link
Contributor

This PR fixes Windows packaging by forcing the calls to "ar" to specify a --target, in the cases where there was previously an ambiguous target.

This also slightly speeds up packaging on Windows as it won't have to run every binutils command twice when an ambiguous format occurs.

…s ambiguous.

This also adds a --skip_creating_archive flag to merge_libraries so you can investigate the generated object files directly, without them being placed into a .obj or .a archive.
@google-cla google-cla bot added the cla: yes label Jan 14, 2021
@jonsimantov jonsimantov requested a review from a-maurice January 14, 2021 20:43
@jonsimantov jonsimantov merged commit 1d32e80 into dev Jan 14, 2021
@jonsimantov jonsimantov deleted the feature/js-fix-windows-packaging branch February 8, 2021 04:26
@firebase firebase locked and limited conversation to collaborators Feb 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants