Skip to content
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

Remove unsupported linker flag #12

Closed
wants to merge 2 commits into from
Closed

Remove unsupported linker flag #12

wants to merge 2 commits into from

Conversation

psanford
Copy link
Owner

@psanford psanford commented Dec 1, 2023

This flag isn't supported by zig and now errors with zig 0.11.0.

The original comment said we needed this for builds with gcc, but that no longer seems to be the case. So lets try just removing it.

Fixes #11

This flag isn't supported by zig and now errors with zig 0.11.0.

The original comment said we needed this for builds with gcc, but
that no longer seems to be the case. So lets try just removing it.

Fixes #11
@psanford
Copy link
Owner Author

psanford commented Dec 1, 2023

So this did cause ci to fail with older go versions (1.17 and 1.18): https://github.com/psanford/sqlite3vfs/actions/runs/7064275972/job/19231973944?pr=12

But it passes with current stable and oldstable (1.21 and 1.20). This is acceptable since we're not going to support EOL go versions.

@psanford psanford closed this in 4c99abe Dec 1, 2023
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.

Compilation fails with cc zig 0.11.0
1 participant