Skip to content

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

Draft
loqs wants to merge 1 commit intoFirebirdSQL:masterfrom
loqs:decNumber-FLAGS
Draft

Use CFLAGS/CPPFLAGS in extern/decNumber/Makefile#7988
loqs wants to merge 1 commit intoFirebirdSQL:masterfrom
loqs:decNumber-FLAGS

Conversation

@loqs
Copy link
Copy Markdown

@loqs loqs commented Jan 30, 2024

Resolves #7986

@loqs
Copy link
Copy Markdown
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