Replies: 1 comment 2 replies
-
Is this related to the C/C++ extension or the CMake Tools extension or CMake itself? I don't know what "put this configuration into vscode" means. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Inside of my current CMake configuration, I can only get it working with a particular command sequence:
When I put this configuration into vscode, it generates the following command on startup:
Is there a way to override this functionality? For some reason, when it generates this command it causes my project to begin throwing
undefined symbol for architecture
errors. Personally, I'd rather just debug it on my own if I break something without all the extra commands. The documentation was not very clear on how I can just pass in a string to be run instead of the generated string here.Oddly enough, when building for Xcode, everything works perfectly and compiles without the aforementioned issues. Are the extra flags necessary? How can I prune them all from the command string to allow myself to be able to just run exactly what I want it to run?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions