From 2bd14a8463d8fb1d57b5f05460785a803e443995 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Fri, 5 Apr 2019 13:04:37 -0700 Subject: [PATCH] Build parsers with debug symbols --- cli/src/loader.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/src/loader.rs b/cli/src/loader.rs index b6e23a3a..2f8db080 100644 --- a/cli/src/loader.rs +++ b/cli/src/loader.rs @@ -230,6 +230,7 @@ impl Loader { .arg("-shared") .arg("-fPIC") .arg("-fno-exceptions") + .arg("-g") .arg("-I") .arg(header_path) .arg("-o")