apisan
apisan copied to clipboard
Passing configure options
Hi,
Is there any way to simply pass configure options when building with apisan?
Thanks, N
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.
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