-
Notifications
You must be signed in to change notification settings - Fork 0
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
First add for minizip #1
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few comments for where I couldn't put comments in the code:
- probably better to explicitly state the build optionsthat are being used, for documentation purposes. I mean the ones that are default on and are already being used because the dependencies are there in the host environment
- you could build tests and unit tests for windows too
- do you know why the static library is included in the package for windows but not unix?
- also why CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS is on?
Co-authored-by: Jaida Rice <[email protected]>
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but you can use ninja-base
instead of ninja
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I do not know why static libs are included in the package for windows and not unix.
I am not sure why Windows Export all symbols was chosen as well.
ok, I don't think it's a big deal, the package isn't used anywhere at the moment
I found out why windows exports are the way they are found in this issue that is yet to be resolved: zlib-ng/minizip-ng#475 |
Minizip 4.0.3
Destination channel:
main
Links
Explanation of changes: