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
although currently we have generate-inline-functions, this flag requires user modify the build script and adding -fkeep-inline-functions flag, which is not supported by clang.
i'm wondering if we could generate c file by wrapping these inline functions, similar to --wrap-static-fns
i'm happy to submit a pull request for this.
The text was updated successfully, but these errors were encountered:
although currently we have
generate-inline-functions
, this flag requires user modify the build script and adding-fkeep-inline-functions
flag, which is not supported byclang
.i'm wondering if we could generate c file by wrapping these inline functions, similar to
--wrap-static-fns
i'm happy to submit a pull request for this.
The text was updated successfully, but these errors were encountered: