README.win32: Update workarounds for VS 2008 x64 builds

We need to also update build.ninja after configuration so that builds
don't get stuck on gio/tests/gsubprocess-testprog.c.
This commit is contained in:
Chun-wei Fan 2018-12-05 18:09:02 +08:00
parent 1ba843b8a0
commit 6528887534

View File

@ -246,5 +246,5 @@ for /r %f in (*.exe.manifest) do if exist $(PREFIX)\bin\%~nf mt /manifest %f $(P
remove all running instances of cl.exe, which will cause the build process to terminate. Update
the build flags of the sources that hang on compilation by changing its "/O2" flag to "/O1"
in build.ninja, and retry the build, where things should continue to build normally. At the
time of writing, this is needed for compiling glib/gtestutils.c, gio/gsettings.c and
gio/gsettingsschema.c
time of writing, this is needed for compiling glib/gtestutils.c, gio/gsettings.c,
gio/gsettingsschema.c and gio/tests/gsubprocess-testprog.c