mirror of
https://github.com/GOSTSec/ccminer
synced 2025-01-08 22:07:56 +00:00
7048300ab8
x11 perf is now close to x86 binary, but its not the case on all algos. Add also a build.cmd script to remember how to build on windows cmdline
5 lines
133 B
Batchfile
5 lines
133 B
Batchfile
REM COMMAND LINE MS BUILD
|
|
REM Note: /m:2 = 2 threads, but for host code only...
|
|
|
|
msbuild ccminer.vcxproj /m /p:Configuration=Release
|