We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3e0f88 commit bf97e46Copy full SHA for bf97e46
build.cmd
@@ -8,7 +8,7 @@ if not %ERRORLEVEL%==0 (
8
goto End
9
)
10
if [%1]==[] (
11
- msbuild jemalloc\msvc\projects\vc2017\jemalloc\jemalloc.vcxproj /p:Configuration=Debug /p:Platform=x64
+ msbuild jemalloc.NET.sln /p:Configuration=Benchmark /p:Platform=x64
12
) else (
13
msbuild jemalloc.NET.sln /p:Configuration=Benchmark /p:Platform=x64;%*
14
0 commit comments