Browse Source

Enable Multi-processor Compilation (MSVC)

pull/1493/head
josetr 5 years ago committed by GitHub
parent
commit
71ca2d9be5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      build/Helpers.lua

2
build/Helpers.lua

@ -109,7 +109,7 @@ end @@ -109,7 +109,7 @@ end
gendir = path.join(builddir, "gen");
msvc_buildflags = { "/wd4267" }
msvc_buildflags = { "/MP", "/wd4267" }
msvc_cpp_defines = { }

Loading…
Cancel
Save