Quickest method to compile for code testing?

Currently using VS, however it doesn’t matter to me if its graphic or console, just any suggestions for a fast compile for quick testing

clang on Linux is pretty fast =)

turn off tiles, lua, sound, and localization. use multiple threads if VS allows that.

1 Like

ah ok, Thank you! :smile:

Msys2 with ccache enabled.

The shortest build time I’ve seen on a full source tree is just over 30 seconds. This is using Clang 6 on Linux building with cmake using one build process per CPU on a 72-CPU Amazon EC2 server.

make -j[number of CPUs]