Changed compiler of bitmsghash.so from g++ to the standard makefile variable CXX. #882

Closed
yurivict wants to merge 1 commits from v0.6 into v0.6

View File

@ -10,10 +10,10 @@ powtest:
./testpow.py ./testpow.py
bitmsghash.so: bitmsghash.o bitmsghash.so: bitmsghash.o
g++ bitmsghash.o -shared -fPIC -lpthread -lcrypto $(LDFLAGS) -o bitmsghash.so ${CXX} bitmsghash.o -shared -fPIC -lpthread -lcrypto $(LDFLAGS) -o bitmsghash.so
bitmsghash.o: bitmsghash.o:
g++ -Wall -O3 -march=native -fPIC $(CCFLAGS) -c bitmsghash.cpp ${CXX} -Wall -O3 -march=native -fPIC $(CCFLAGS) -c bitmsghash.cpp
clean: clean:
rm -f bitmsghash.o bitmsghash.so rm -f bitmsghash.o bitmsghash.so