We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Is there any way to simply pass configure options when building with apisan?
Thanks, N
The text was updated successfully, but these errors were encountered:
APISan uses scan-build of LLVM(https://clang-analyzer.llvm.org/scan-build.html) You can pass the configure option as it is. apisan build ./configure [additional options] will work.
apisan build ./configure [additional options]
Sorry, something went wrong.
does'nt seems to work, I got the error: ../apisan/apisan build ./configure --disable-option usage: main.py [-h] {build,check} ... main.py: error: unrecognized arguments: --disable-option
Sorry, I missed this. I think I am too late. Could you try ../apisan/apisan build ./configure -- --disable-option
../apisan/apisan build ./configure -- --disable-option
No branches or pull requests
Hi,
Is there any way to simply pass configure options when building with apisan?
Thanks,
N
The text was updated successfully, but these errors were encountered: