cli: Compile C++ external scanners with exceptions disabled
This commit is contained in:
parent
9b8bf8dfe2
commit
4dc475b18c
1 changed files with 1 additions and 0 deletions
|
|
@ -180,6 +180,7 @@ impl Loader {
|
|||
command
|
||||
.arg("-shared")
|
||||
.arg("-fPIC")
|
||||
.arg("-fno-exceptions")
|
||||
.arg("-I")
|
||||
.arg(header_path)
|
||||
.arg("-o")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue