Daniel Moody
Daniel Moody
Well if the user used Zi or Z7 somewhere else I think it still ends up in the command line for PCH: `env['PCHCOM'] = '$CXX /Fo${TARGETS[1]} $CXXFLAGS $CCFLAGS $CPPFLAGS $_CPPDEFFLAGS...
@bluemiaomiao the mongodb build does not support using Visual Studio 2022 with the 14.2 toolset. The local in-tree scons is 3.1.2 and has a small patch to allow Visual Studio...
Those warnings are expected. I think what you said was in agreement with my comment. I never said 14.2 toolset with Visual Studio 2022 (14.3) will work without setting extra...
Yeah its weird because when I run the test with manual commands, I can't reproduce it. Been looking into it, but because I can not reproduce it manually, I am...
> Do you have an f77 command? I don't.... I'm not used to the command even running. Github isn't as clear on how the images are provisioned as AppVeyor is...
> @mwichmann good point. I think the answer is "it depends", if the file can be overwritten when the actual builder runs, then all's fine, but if it can't then...
`TEMPLATE aggregation destroys order (need interactive mode)` is fixed by https://github.com/SCons/scons/pull/4039
`Response files are always used even when not necessary` may be fixed by #4133
`Targets and -j are not propagated to ninja correctly` fixed in #4140
`Compilation Databases interactions between SCons and Ninja` fixed in #4039. In that PR ninja will defer to scons if the compilation database tool is in use, otherwise it will use...