We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't build program when using #flag meow.c
#flag meow.c
try to build https://github.com/vlang/v-analyzer/ using msvc
successful compile
Simplified compile output
cl -w /we4013 /volatile:ms /Fo"C:\Users\USER\AppData\Local\Temp\v_0\v-analyzer.exe.01J92X1SZDV2JVAZZP5T7AYMCE.tmp.c.obj" /F 16777216 /O2 /MD /DNDEBUG "C:\Users\USER\AppData\Local\Temp\v_0\v-analyzer.exe.01J92X1SZDV2JVAZZP5T7AYMCE.tmp.c" .\v-analyzer/tree_sitter_v/bindings/core/lib/src/lib.c .\v-analyzer/tree_sitter_v/src/parser.c cl : Command line error D8036 : '/FoC:\Users\digit\AppData\Local\Temp\v_0\v-analyzer.exe.01J92X1SZDV2JVAZZP5T7AYMCE.tmp.c.obj' not allowed with multiple source files
msvc /Fo flag don't allow multiple sources input. d8036
drop it
No response
master
windows 11, msvc latest
Note
You can use the 👍 reaction to increase the issue's priority for developers.
Please note that only the 👍 reaction to the issue itself counts as a vote. Other reactions and those to comments will not be taken into account.
The text was updated successfully, but these errors were encountered:
Fix vlang#22376
2efff3c
#flag file.c
Successfully merging a pull request may close this issue.
Describe the bug
Can't build program when using
#flag meow.c
Reproduction Steps
try to build https://github.com/vlang/v-analyzer/ using msvc
Expected Behavior
successful compile
Current Behavior
Simplified compile output
Possible Solution
msvc /Fo flag don't allow multiple sources input. d8036
drop it
Additional Information/Context
No response
V version
master
Environment details (OS name and version, etc.)
windows 11, msvc latest
Note
You can use the 👍 reaction to increase the issue's priority for developers.
Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.
The text was updated successfully, but these errors were encountered: