X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=mingw64_deps%2Fboost%2Fbuild.sh;h=754b053db485f17dbc1508fcc74c7f1971485459;hp=4b25654c067c547936beb65b6dfec6a6c68bed0f;hb=0c5674bb94bfe46bc1923ec934335a6e81d0eabb;hpb=c98ed008fc2991d52925afd0bf176db80faf9ab2 diff --git a/mingw64_deps/boost/build.sh b/mingw64_deps/boost/build.sh index 4b25654..754b053 100755 --- a/mingw64_deps/boost/build.sh +++ b/mingw64_deps/boost/build.sh @@ -28,7 +28,7 @@ cd ${ROOT}/boost echo "using gcc : : ${CROSS}-w64-mingw32-g++ ;" > user-config-${CROSS}.jam # Build boost -./b2 --user-config=user-config-${CROSS}.jam --build-type=minimal --layout=system --with-chrono --with-filesystem --with-program_options --with-system --with-thread target-os=windows address-model=64 variant=release link=static threading=multi runtime-link=static stage --prefix=${ROOT}/${CROSS}-w64-mingw32 install +./b2 --user-config=user-config-${CROSS}.jam cxxflags="-fstack-protector-strong -D_FORTIFY_SOURCE=2" linkflags=-fstack-protector-strong --build-type=minimal --layout=system --with-chrono --with-filesystem --with-program_options --with-system --with-thread target-os=windows address-model=64 variant=release link=static threading=multi runtime-link=static stage --prefix=${ROOT}/${CROSS}-w64-mingw32 install cd ${ROOT}