added miner repo

This commit is contained in:
Dobromir Popov
2025-09-04 21:49:46 +03:00
parent 5e83976a9d
commit 300e18cafc
63 changed files with 33490 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
// This file exists to force the use of g++ as the linker which in turn
// links the math library with the inclusion of math.h. gcc will not
// automatically link math. Without this file linking will fail for m7m.c.
// Linking math manually, allowing gcc to do the linking work on Linux
// but on Windows it segfaults. Until that is solved this file must continue
// to exist.