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

Passing configure options #3

Open
nessusmonkey opened this issue Dec 10, 2017 · 3 comments
Open

Passing configure options #3

nessusmonkey opened this issue Dec 10, 2017 · 3 comments

Comments

@nessusmonkey
Copy link

Hi,

Is there any way to simply pass configure options when building with apisan?

Thanks,
N

@insuyun
Copy link
Contributor

insuyun commented Dec 12, 2017

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.

@nessusmonkey
Copy link
Author

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

@insuyun
Copy link
Contributor

insuyun commented Mar 15, 2018

Sorry, I missed this. I think I am too late.
Could you try ../apisan/apisan build ./configure -- --disable-option

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

2 participants