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

Honor CFLAGS and LDFLAGS on Linux #80

Merged
merged 1 commit into from Aug 8, 2022

Conversation

dvzrv
Copy link
Contributor

@dvzrv dvzrv commented May 21, 2022

Makefile:
Distributions use their own sets of CFLAGS and LDFLAGS, which should be
honored when building.

Makefile:
Distributions use their own sets of CFLAGS and LDFLAGS, which should be
honored when building.
@dvzrv dvzrv changed the title Honor CFLAGS an LDFLAGS on Linux Honor CFLAGS and LDFLAGS on Linux May 21, 2022
@fundamental
Copy link
Member

Does this accomplish the base goal? Most of the compilation is controlled via the mruby/rake build system and the changes only impact the last step linking together stage.

@dvzrv
Copy link
Contributor Author

dvzrv commented May 21, 2022

Hm. for my use-case it allowed me to achieve full RELRO (because LDFLAGS are honored).
If there should be further modifications to also do this for mruby/rake, please show the way

@fundamental fundamental merged commit fef554d into mruby-zest:master Aug 8, 2022
@fundamental
Copy link
Member

Merged

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.

None yet

2 participants