From 663b0b466c9642659b91d227415208389f4b9efd Mon Sep 17 00:00:00 2001 From: David Dawes Date: Fri, 18 May 2018 13:14:17 -0700 Subject: [PATCH] Turn symbols and debugging on for WIndows build. --- zcutil/build-win.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zcutil/build-win.sh b/zcutil/build-win.sh index 65e0c8923..07a8ce89e 100755 --- a/zcutil/build-win.sh +++ b/zcutil/build-win.sh @@ -14,4 +14,4 @@ cd depends/ && make HOST=$HOST V=1 NO_QT=1 && cd ../ CONFIG_SITE=$PWD/depends/x86_64-w64-mingw32/share/config.site CXXFLAGS="-DPTW32_STATIC_LIB -DCURL_STATICLIB -DCURVE_ALT_BN128 -fopenmp -pthread" ./configure --prefix="${PREFIX}" --host=x86_64-w64-mingw32 --enable-static --disable-shared sed -i 's/-lboost_system-mt /-lboost_system-mt-s /' configure cd src/ -CC="${CC}" CXX="${CXX}" make V=1 komodod.exe komodo-cli.exe komodo-tx.exe +CC="${CC} -g " CXX="${CXX} -g " make V=1 komodod.exe komodo-cli.exe komodo-tx.exe