You are viewing a single comment's thread from:

RE: Compiling Steem for Windows (on Linux host)

in #steem8 years ago

Within configure_build.py I found this:

Maybe add Windows cross-compilation flags

if args.windows:
    mingw = "x86_64-w64-mingw32"
    command.append("-DFULL_STATIC_BUILD=ON")

--
I tried changing to DFULL_STATIC_BUILD=OFF but during compile it seemed to complain about it and put it back on. I suspect this is causing the mammoth 20mb exe's?