Do not statically link c++/gcc

This commit is contained in:
DataHoarder 2022-10-27 15:41:56 +02:00
parent a564ce4784
commit 3ba5abda46
Signed by: DataHoarder
SSH key fingerprint: SHA256:OLTRf6Fl87G52SiR7sWLGNzlJt4WOX+tfI2yxo0z7xk

View file

@ -2,7 +2,7 @@ package randomx
//#cgo LDFLAGS: -lrandomx
//#cgo LDFLAGS: -lstdc++
//#cgo LDFLAGS: -static -static-libgcc -static-libstdc++ -lpthread -lm
//#cgo LDFLAGS: -static -lpthread -lm
/*
#include <randomx.h>
#include <time.h>