Compile test grammars w/ debug symbols

This commit is contained in:
Max Brunsfeld 2016-01-19 15:33:46 -08:00
parent 1543a6c7b0
commit ff97a09343

View file

@ -78,6 +78,7 @@ const TSLanguage *load_language(const string &name, const string &code) {
compiler_name,
"-x", "c",
"-fPIC",
"-g",
"-I", header_dir.c_str(),
"-c", source_filename.c_str(),
"-o", obj_filename.c_str(),