You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: