Skip to content

Allow verbose builds in Makefile

Undef requested to merge (removed):verbose-makefile into master

The makefile now checks a V environmental variable. If set to 1, make will print all commands and arguments used in building OSK-SDL.

This is useful in both debugging, and packaging, allowing automated checks for hardening flags.

Without this environmental variable, the make file acts exactly as before.

Merge request reports