Is there a reason that the grammar build for windows MSVC has optimizations disabled(/Od
)?
#13345
-
helix/helix-loader/src/grammar.rs Line 454 in 340934d
Is there a reason for not choosing |
Beta Was this translation helpful? Give feedback.
Answered by
the-mikedavis
Apr 15, 2025
Replies: 1 comment
-
That was probably originally copied over from how tree-sitter was compiling the grammars for Windows. I believe CC should pick the right optimization level based on the build profile if we remove the arg |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
RoloEdits
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That was probably originally copied over from how tree-sitter was compiling the grammars for Windows. I believe CC should pick the right optimization level based on the build profile if we remove the arg