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

configure --CFLAGS et.al drops args #2353

Open
edenhill opened this issue Jun 4, 2019 · 0 comments
Open

configure --CFLAGS et.al drops args #2353

edenhill opened this issue Jun 4, 2019 · 0 comments
Labels

Comments

@edenhill
Copy link
Contributor

edenhill commented Jun 4, 2019

./configure --LDFLAGS="-gdwarf-2 -g3 -O0 -fno-builtin" --CFLAGS="-gdwarf-2 -g3 -O0 -fno-builtin" --CPPFLAGS="-gdwarf-2 -g3 -O0 -fno-builtin"

This will eventually skip the -g3 .. part of CFLAGS and LDFLAGS, but not CPPFLAGS, when appending additional options inside mklove.

Passing these as envs work though.

@edenhill edenhill added the bug label Apr 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant