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
Suppose a user has the env var BINDGEN_EXTRA_CLANG_ARGS_<target> set. They now want to add -v to clang, so they'll set BINDGEN_EXTRA_CLANG_ARGS=-v, thinking it'll work, but it wont.
I wonder if it would be possible to make BINDGEN_EXTRA_CLANG_ARGS work in tandem with BINDGEN_EXTRA_CLANG_ARGS_<target>, simply appending BINDGEN_EXTRA_CLANG_ARGS to the end.
The text was updated successfully, but these errors were encountered:
Suppose a user has the env var
BINDGEN_EXTRA_CLANG_ARGS_<target>
set. They now want to add-v
to clang, so they'll setBINDGEN_EXTRA_CLANG_ARGS=-v
, thinking it'll work, but it wont.I wonder if it would be possible to make
BINDGEN_EXTRA_CLANG_ARGS
work in tandem withBINDGEN_EXTRA_CLANG_ARGS_<target>
, simply appendingBINDGEN_EXTRA_CLANG_ARGS
to the end.The text was updated successfully, but these errors were encountered: