Formatting

This commit is contained in:
Freddie Akeroyd
2019-09-30 22:48:54 +01:00
parent 4aee25e8e2
commit e29a53f01a

View File

@@ -140,9 +140,11 @@ STATIC_LDLIBS_NO=
STATIC_LDFLAGS= STATIC_LDFLAGS=
RANLIB= RANLIB=
#
# option needed for parallel builds with Visual Studio 2013 onward # option needed for parallel builds with Visual Studio 2013 onward
# VS2012 and above have VisualStudioVersion, so just need to exclude 2012 (11.0) # VS2012 and above have VisualStudioVersion, so just need to exclude 2012 (11.0)
# -FS Force Synchronous PDB Writes # -FS Force Synchronous PDB Writes
#
ifneq ($(VisualStudioVersion),) ifneq ($(VisualStudioVersion),)
ifneq ($(VisualStudioVersion),11.0) ifneq ($(VisualStudioVersion),11.0)
OPT_CXXFLAGS_NO += -FS OPT_CXXFLAGS_NO += -FS