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

Use CFLAGS/CPPFLAGS in extern/decNumber/Makefile #7988

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

Conversation

loqs
Copy link

@loqs loqs commented Jan 30, 2024

Resolves #7986

@loqs
Copy link
Author

loqs commented Jan 30, 2024

I dropped CPPFLAGS as they are not used in / passed from

CC="$(CC)" CFLAGS="$(CFLAGS)" AR="$(AR)" $(MAKE) -C $(ROOT)/extern/decNumber
or
CC="$(CC)" CFLAGS="$(CFLAGS)" AR="$(AR)" $(MAKE) -C $(ROOT)/extern/decNumber

@AlexPeshkoff AlexPeshkoff self-assigned this Jan 31, 2024
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.

extern/decNumber/Makefile does not use CFLAGS
2 participants