-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
research nobuild + clang-cl #60
Comments
With some boilerplate, cmake is able to cleanup nearly every junk file. Unfortunately, it flat refuses to delete the file Unknown how cmake behaves when the MSVC junk file patterns are specified in Using a |
Tried even more cmake workarounds. Frankly, the cmake project is beyond busted. cmake's support for cleaning up file generation triggered by cmake, was never tested in comparison to classic One workaround is to avoid ever using ninja with cmake. But that would slow down major C/C++ project builds. May be worth identifying a suitable, highly portable replacement to cmake. Meson? |
Relates to mcandre/toys#429 |
See if clang-cl can load all of its silly vcvarsall.bat nonsense better than cl.
If so, consider deprecating rez in favor of nobuild.
https://learn.microsoft.com/en-us/cpp/build/clang-support-msbuild?view=msvc-170
https://github.com/tsoding/nobuild
Note that any compiler flags involved in compiling the nobuild build configuration source file, will have to be scripted by direnv / psenv.
The text was updated successfully, but these errors were encountered: