use static instead of dynamic libraries by adding linker option
"-static-libgcc -static-libstdc++" so that the resulting exe file is
self contained and can start on any machine.
1 file changed