Build parsers with debug symbols

This commit is contained in:
Max Brunsfeld 2019-04-05 13:04:37 -07:00
parent a1eee4a193
commit 2bd14a8463

View file

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