cli: Compile C++ external scanners with exceptions disabled

This commit is contained in:
Max Brunsfeld 2019-02-06 16:19:08 -08:00
parent 9b8bf8dfe2
commit 4dc475b18c

View file

@ -180,6 +180,7 @@ impl Loader {
command
.arg("-shared")
.arg("-fPIC")
.arg("-fno-exceptions")
.arg("-I")
.arg(header_path)
.arg("-o")