Compile test grammars w/ debug symbols
This commit is contained in:
parent
1543a6c7b0
commit
ff97a09343
1 changed files with 1 additions and 0 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue