Skip to content

utils::pciutils: don't overwrite CFLAGS on the commandline - #170

Merged
jkloetzke merged 1 commit into
BobBuildTool:masterfrom
sixtyfourktec:pciutils-opt-cflags
Aug 18, 2026
Merged

utils::pciutils: don't overwrite CFLAGS on the commandline#170
jkloetzke merged 1 commit into
BobBuildTool:masterfrom
sixtyfourktec:pciutils-opt-cflags

Conversation

@sixtyfourktec

Copy link
Copy Markdown
Contributor

Actually we want to append Bob's CFLAGS to the build, not overwrite it
completely. The Makefile defines OPT for that reason. Use it instead.

Overwriting CFLAGS would through away -fPIC and friends when compiling
the shared library.

Actually we want to append Bob's CFLAGS to the build, not overwrite it
completely. The Makefile defines OPT for that reason. Use it instead.

Overwriting CFLAGS would through away -fPIC and friends when compiling
the shared library.
@jkloetzke
jkloetzke merged commit 365fa97 into BobBuildTool:master Aug 18, 2026
2 checks passed
@jkloetzke

Copy link
Copy Markdown
Member

Thanks

@sixtyfourktec
sixtyfourktec deleted the pciutils-opt-cflags branch August 19, 2026 05:58
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.

2 participants