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

AVL build isn't picking up general $CFLAGS #116

Open
jlevon opened this issue Mar 12, 2019 · 0 comments
Open

AVL build isn't picking up general $CFLAGS #116

jlevon opened this issue Mar 12, 2019 · 0 comments

Comments

@jlevon
Copy link

jlevon commented Mar 12, 2019

In the illumos-extra build, we set "$CFLAGS += -g" so that we can later ctfconvert the results and get CTF for mdb_v8.so itself.

However, this isn't passed down to the libavl build (CFLAGS is set directly to -fPIC $CFLAGS_ARCH). I can work around this by setting $CFLAGS_ARCH as well, but it would be nice if $CFLAGS was universally applied.

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

No branches or pull requests

1 participant