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

Make -fPIC configurable #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Tatskaari
Copy link
Contributor

@Tatskaari Tatskaari commented May 22, 2023

Fixes #23

This makes the PIC flag part of the default compiler flags for c and c++ rather than appending it to the default flags in the build def.

NB: This is a breaking change. If you're compiler shared libraries with Please and override the default compiler flags, you will have to add this flag to your compiler flag list. The go rules are not in a generally available state just yet so this is being done and a v0.x release.

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.

Make -fPIC optional.
1 participant