]> gitweb.factorcode.org Git - factor.git/commitdiff
Nmakefile: Let cl decide how many threads to use.
authorDoug Coleman <doug.coleman@gmail.com>
Sat, 16 Sep 2017 00:40:26 +0000 (19:40 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Thu, 15 Mar 2018 16:13:48 +0000 (11:13 -0500)
Nmakefile

index 7e88440672076df2c593c3c27cb80c35d9db4f72..310358a60b5d24a7c57d4985601ff74ffe8f937a 100644 (file)
--- a/Nmakefile
+++ b/Nmakefile
@@ -116,10 +116,10 @@ DLL_OBJS = $(PLAF_DLL_OBJS) \
 
 # batch mode has ::
 .cpp.obj::
-       cl /EHsc $(CL_FLAGS) /MP32 /Fovm/ /c $<
+       cl /EHsc $(CL_FLAGS) /MP /Fovm/ /c $<
 
 .c.obj::
-       cl /EHsc $(CL_FLAGS) /MP32 /Fovm/ /c $<
+       cl /EHsc $(CL_FLAGS) /MP /Fovm/ /c $<
 
 .asm.obj:
        ml $(ML_FLAGS) /Fo$@ /c $<