1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00

Specify c99

This commit is contained in:
joshvera 2017-03-28 16:25:22 -04:00
parent 0058c371ec
commit 3fcd356eaf
2 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,8 @@ library
default-language: Haskell2010 default-language: Haskell2010
c-sources: vendor/tree-sitter-javascript/src/parser.c c-sources: vendor/tree-sitter-javascript/src/parser.c
, vendor/tree-sitter-javascript/src/scanner.c , vendor/tree-sitter-javascript/src/scanner.c
cc-options: -std=c99 -Os
source-repository head source-repository head
type: git type: git

View File

@ -19,6 +19,8 @@ library
default-language: Haskell2010 default-language: Haskell2010
c-sources: vendor/tree-sitter-typescript/src/parser.c c-sources: vendor/tree-sitter-typescript/src/parser.c
, vendor/tree-sitter-typescript/src/scanner.c , vendor/tree-sitter-typescript/src/scanner.c
cc-options: -std=c99 -Os
source-repository head source-repository head
type: git type: git