apisan icon indicating copy to clipboard operation
apisan copied to clipboard

Passing configure options

Open nessusmonkey opened this issue 7 years ago • 3 comments

Hi,

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

Thanks, N

nessusmonkey avatar Dec 10 '17 22:12 nessusmonkey

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.

insuyun avatar Dec 12 '17 17:12 insuyun

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

nessusmonkey avatar Dec 29 '17 20:12 nessusmonkey

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

insuyun avatar Mar 15 '18 18:03 insuyun