mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-15 18:06:20 -04:00
Add c99 flag to build-runtime script
This commit is contained in:
parent
47918070f6
commit
62ded2aa1d
|
|
@ -9,6 +9,8 @@ fi
|
|||
|
||||
${CC} \
|
||||
-c \
|
||||
-O3 \
|
||||
-std=c99 \
|
||||
-I src \
|
||||
-I include \
|
||||
-I externals/utf8proc \
|
||||
|
|
|
|||
Loading…
Reference in a new issue