Revert config fixes for parallel builds with MSVC

This reverts commit 1454f42a27.
This reverts commit 4aee25e8e2.
This commit is contained in:
Ralph Lange
2021-03-29 17:49:02 +02:00
parent c78db512f2
commit fa069b0845

View File

@@ -140,20 +140,6 @@ STATIC_LDLIBS_NO=
STATIC_LDFLAGS=
RANLIB=
#
# option needed for parallel builds with Visual Studio 2013 onward
# VS2012 and above have VisualStudioVersion, so just need to exclude 2012 (11.0)
# -FS Force Synchronous PDB Writes
#
ifneq ($(VisualStudioVersion),)
ifneq ($(VisualStudioVersion),11.0)
OPT_CXXFLAGS_NO += -FS
OPT_CFLAGS_NO += -FS
endif
endif
#
# add -profile here to run the ms profiler
# -LTCG whole program optimization
# -incremental:no full linking