Re: Compiling DOSBox with MinGW v4.8.1
Posted on 2014-08-06, 21:37
This will link the libraries statically. Copy code to clipboard 1 ./configure LDFLAGS="-static-libgcc -static-libstdc++" And the file is huge because it has debug information. You need to strip that to get a smaller executable. Copy code to clipboard 1 strip dosbox.exe