Formatting
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user