cryptozeny / sugarchain-v0.16.3

OUTDATED! This repo is moved to:
https://github.com/sugarchain-project/sugarchain
MIT License
0 stars 1 forks source link

Travis Yespower Options #61

Closed cryptozeny closed 5 years ago

cryptozeny commented 5 years ago
32BIT=-msse2': not a valid identifier
cryptozeny commented 5 years ago
$ export 32BIT="-msse2"
/home/travis/.travis/functions: line 104: export: `32BIT=-msse2': not a valid identifier
cryptozeny commented 5 years ago
crypto/yespower-1.0.0/yespower-opt.c:1:0: warning: -fPIC ignored for target (all code is position independent) [enabled by default]
cryptozeny commented 5 years ago

image

2x faster before

cryptozeny commented 5 years ago

gcc gen_context.o -o gen_context ./gen_context CC src/libsecp256k1_la-secp256k1.lo src/secp256k1.c:1:0: warning: -fPIC ignored for target (all code is position independent) [enabled by default] /** ^ CCLD libsecp256k1.la libtool: link: warning: undefined symbols not allowed in i686-w64-mingw32 shared libraries make[3]: Leaving directory `/home/travis/build/randomBox123/travisTest/build/sugarchain-i686-w64-mingw32/src/secp256k1' CXX libbitcoin_server_a-addrman.o

cryptozeny commented 5 years ago

CC crypto/yespower-1.0.0/crypto_libbitcoin_crypto_a-sha256.o crypto/yespower-1.0.0/sha256.c:1:0: warning: -fPIC ignored for target (all code is position independent) [enabled by default] /- ^ CC crypto/yespower-1.0.0/crypto_libbitcoin_crypto_a-yespower-opt.o CXX crypto/crypto_libbitcoin_crypto_a-sha256_sse4.o CXX leveldb/port/leveldb_libleveldb_sse42_a-port_posix_sse.o CXX sugarchain_cli-bitcoin-cli.o GEN bitcoin-cli-res.o CXX rpc/libbitcoin_cli_a-client.o crypto/yespower-1.0.0/yespower-opt.c:1:0: warning: -fPIC ignored for target (all code is position independent) [enabled by default] /- ^

cryptozeny commented 5 years ago

image

cryptozeny commented 5 years ago

duplicated

move to https://github.com/cryptozeny/sugarchain-v0.16.3/issues/49

close

cryptozeny commented 5 years ago

fixed https://github.com/cryptozeny/sugarchain-v0.16.3/pull/65