BlockPo / BlockPo-to-Tradelayer

Incubation Repo for the TradeLayer protocol, 0.2.0
http://www.tradelayer.org
Other
8 stars 8 forks source link

configure: info -- build OS, remove qt version. #373

Closed philmb3487 closed 4 years ago

philmb3487 commented 4 years ago

This fixes the build info after a successful configure.

For example,

`Options used to compile and link: with wallet = yes with gui / qt = yes with qr = yes with zmq = yes with test = no with bench = yes with upnp = yes use asm = yes scrypt sse2 = no debug enabled = no werror = no

target os = linux build os = linux-gnu

CC = gcc CFLAGS = -g -O2 CPPFLAGS = -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS CXX = g++ -std=c++11 CXXFLAGS = -g -O2 -Wall -Wextra -Wformat -Wvla -Wformat-security -Wno-unused-parameter -Wno-implicit-fallthrough LDFLAGS = ARFLAGS = cr `

santos177 commented 4 years ago

thanks! @sinetek